removed std::cout

This commit is contained in:
Luna 2024-10-23 02:03:58 +03:00
parent 1c50d4d779
commit adad232b4b

View file

@ -24,7 +24,6 @@ void execAndDisplay(cmd *inputCmd, const std::string& cmd, std::atomic<bool>& ru
if (line.find("Success") != std::string::npos) {
inputCmd->successes++;
inputCmd->sucids.push_back( line + "\n");
std::cout << "pushed success to array\n";
}
// checks for timed out ones.