Browse Source

remove unnecessary welcome message

Missingmew 5 years ago
parent
commit
6a67264eb5
1 changed files with 1 additions and 1 deletions
  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 ""; }