소스 검색

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;
   }
   }