浏览代码

disable machine debug output

Missingmew 5 年之前
父节点
当前提交
dc3660f42b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   }
   }