Skip to content

Commit

Permalink
[BUGFIX] Removed redundant reporting on stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jun 9, 2024
1 parent 44f112b commit 723d425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hh_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ bool HHScanner::writeToLog(HHScanReport* hh_report)

std::string summary_str;
summary_str = hh_report->toString(suspiciousOnly);
std::cout << summary_str;

static std::mutex logMutx;
const std::lock_guard<std::mutex> lock(logMutx);
Expand Down

0 comments on commit 723d425

Please sign in to comment.