Skip to content

Commit ceefc13

Browse files
committed
Remove debugging code from 258e2bb.
Thanks, Robert!
1 parent 24885e4 commit ceefc13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Sema/MiscDiagnostics.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,6 @@ bool swift::fixItOverrideDeclarationTypes(TypeChecker &TC,
10091009
SourceRange typeRange) -> bool {
10101010
if (typeRange.isInvalid())
10111011
return false;
1012-
if (!baseTy) {
1013-
decl->dump();
1014-
base->dump();
1015-
}
10161012

10171013
auto normalizeType = [](Type ty) -> Type {
10181014
ty = ty->getInOutObjectType();

0 commit comments

Comments
 (0)