summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/Format/Format.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index d1a29ff8a06..3544cff4ddb 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/lib/Format/Format.cpp
@@ -499,8 +499,6 @@ public:
bool Newline =
Indenter->mustBreak(State) ||
(Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
- llvm::errs() << State.NextToken->Tok.getName() << " "
- << Indenter->mustBreak(State) << "\n";
Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
}
}
OpenPOWER on IntegriCloud