Prechádzať zdrojové kódy

disable machine debug output

Missingmew 5 rokov pred
rodič
commit
dc3660f42b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      cli/src/machineioman.cpp

+ 1 - 1
cli/src/machineioman.cpp

@@ -21,7 +21,7 @@ void MachineIoMan::printMessage(std::string msg, OutMsgType type) {
     break;
   }
   case debug: {
-    std::cerr << msg << std::endl;
+    //~ std::cerr << msg << std::endl;
     break;
   }
   }