From adad232b4bdf42d1b6c5b94bd011fedcf682ba62 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 23 Oct 2024 02:03:58 +0300 Subject: [PATCH] removed std::cout --- src/maincommand.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/maincommand.cpp b/src/maincommand.cpp index 5514600..c7c3d0b 100644 --- a/src/maincommand.cpp +++ b/src/maincommand.cpp @@ -24,7 +24,6 @@ void execAndDisplay(cmd *inputCmd, const std::string& cmd, std::atomic& 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.