Переглянути джерело

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