commented out logger

This commit is contained in:
Johannes Wendel
2019-11-07 23:21:14 +01:00
parent 43889da749
commit 3bf3d5c22b

View File

@@ -171,7 +171,7 @@ int FlippRServer::main(const std::vector<std::string>& args)
{ {
if(!help_requested) if(!help_requested)
{ {
logger().information("Server running!"); //logger().information("Server running!");
waitForTerminationRequest(); waitForTerminationRequest();
} }
return Application::EXIT_OK; return Application::EXIT_OK;