Skip to content

Commit cda5095

Browse files
authored
Merge pull request #11508 from benlangmuir/remove-debug-code
2 parents 94dccf1 + 05559b1 commit cda5095

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Parse/ParseStmt.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,10 +1857,6 @@ ParserResult<Stmt> Parser::parseStmtForEach(LabeledStmtInfo LabelInfo) {
18571857
consumeToken(tok::code_complete);
18581858
} else {
18591859
Container = parseExprBasic(diag::expected_foreach_container);
1860-
llvm::errs() << "container:\n";
1861-
if (!Container.isNull()) {
1862-
Container.get()->dump();
1863-
}
18641860
Status |= Container;
18651861
if (Container.isNull())
18661862
Container = makeParserErrorResult(new (Context) ErrorExpr(Tok.getLoc()));

0 commit comments

Comments
 (0)