瀏覽代碼

remove unnecessary welcome message

Missingmew 5 年之前
父節點
當前提交
6a67264eb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/src/machineioman.cpp

+ 1 - 1
cli/src/machineioman.cpp

@@ -28,7 +28,7 @@ void MachineIoMan::printMessage(std::string msg, OutMsgType type) {
 }
 
 void MachineIoMan::printWelcomeMessage() {
-  std::cout << "please enter user and password" << std::endl;
+  //~ std::cout << "please enter user and password" << std::endl;
 }
 
 std::string MachineIoMan::getCmdPrompt() { return ""; }