Browse Source

[analyzer] Remove a debug print that was accidentally left around.

No functional change intended.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337417 91177308-0d34-0410-b5e6-96231b3b80d8
Artem Dergachev 7 years ago
parent
commit
0e4f59d7b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/StaticAnalyzer/Core/BugReporter.cpp

+ 0 - 1
lib/StaticAnalyzer/Core/BugReporter.cpp

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