Skip to content

Commit d86a618

Browse files
authored
Remove debug dumps
1 parent f5b3d85 commit d86a618

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)