Skip to content

Commit 9365af6

Browse files
authored
Merge pull request #42420 from compnerd/dumped
Sema: remove debugging leftovers (NFCI)
2 parents d321725 + 1c7f534 commit 9365af6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/TypeCheckDistributed.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ bool swift::checkDistributedActorSystem(const NominalTypeDecl *system) {
448448
// work to enable associatedtypes to be constrained to class or protocol,
449449
// which then will unlock using them as generic constraints in protocols.
450450
Type requirementTy = getDistributedSerializationRequirementType(nominal, DAS);
451-
requirementTy->dump();
452451

453452
if (auto existentialTy = requirementTy->getAs<ExistentialType>()) {
454453
requirementTy = existentialTy->getConstraintType();

0 commit comments

Comments
 (0)