forked from OSchip/llvm-project
[analyzer] Remove a debug print that was accidentally left around.
No functional change intended. llvm-svn: 337417
This commit is contained in:
parent
074ccf32ce
commit
3a37cb54e0
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue