[analyzer] Remove a debug print that was accidentally left around.
authorArtem Dergachev <artem.dergachev@gmail.com>
Wed, 18 Jul 2018 18:44:40 +0000 (18:44 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Wed, 18 Jul 2018 18:44:40 +0000 (18:44 +0000)
No functional change intended.

llvm-svn: 337417

clang/lib/StaticAnalyzer/Core/BugReporter.cpp

index 30d7edb..096c8e7 100644 (file)
@@ -2562,7 +2562,6 @@ generateVisitorsDiagnostics(BugReport *R, const ExplodedNode *ErrorNode,
           assert(!LastPiece &&
                  "There can only be one final piece in a diagnostic.");
           LastPiece = std::move(Piece);
-          llvm::errs() << "Writing to last piece" << "\n";
           (*Notes)[ErrorNode].push_back(LastPiece);
         }
       }