removed std::cout
This commit is contained in:
parent
1c50d4d779
commit
adad232b4b
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ void execAndDisplay(cmd *inputCmd, const std::string& cmd, std::atomic<bool>& ru
|
||||||
if (line.find("Success") != std::string::npos) {
|
if (line.find("Success") != std::string::npos) {
|
||||||
inputCmd->successes++;
|
inputCmd->successes++;
|
||||||
inputCmd->sucids.push_back( line + "\n");
|
inputCmd->sucids.push_back( line + "\n");
|
||||||
std::cout << "pushed success to array\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// checks for timed out ones.
|
// checks for timed out ones.
|
||||||
|
|
Loading…
Add table
Reference in a new issue