Skip to content

Commit 8c18049

Browse files
committed
Remove stray debugging statements
1 parent 7a15b7a commit 8c18049

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/Sema/TypeCheckPropertyWrapper.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,6 @@ static bool enclosingInstanceTypeIsNever(ASTContext &ctx, SubscriptDecl *subscri
259259

260260
auto paramTy = param->getType();
261261
auto neverTy = ctx.getNeverType();
262-
paramTy->dump();
263-
paramTy->getCanonicalType()->dump();
264-
neverTy->dump();
265-
neverTy->getCanonicalType()->dump();
266-
param->dump();
267-
param->getType()->dump();
268262
return neverTy->isEqual(paramTy);
269263
}
270264

0 commit comments

Comments
 (0)