Skip to content

Commit 23e6f7b

Browse files
committed
Remove unnecessary debug dump
1 parent 9311160 commit 23e6f7b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/AST/ASTVerifier.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,12 +2329,6 @@ class Verifier : public ASTWalker {
23292329
}
23302330

23312331
void verifyChecked(ValueDecl *VD) {
2332-
if (VD->getName().isSimpleName() &&
2333-
!VD->getName().isSpecial() &&
2334-
VD->getName().getBaseIdentifier().str() == "echo") {
2335-
VD->dump();
2336-
}
2337-
23382332
if (VD->getInterfaceType()->hasError()) {
23392333
Out << "checked decl cannot have error type\n";
23402334
VD->dump(Out);

0 commit comments

Comments
 (0)