Skip to content

Commit 1c7f534

Browse files
committed
Sema: remove debugging leftovers (NFCI)
This removes a debug printing of the requirement when building `Distributed` related code.
1 parent d321725 commit 1c7f534

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)