comment logger out

This commit is contained in:
Johannes Wendel
2019-11-07 23:24:45 +01:00
parent 3bf3d5c22b
commit fe9624c7c8
2 changed files with 3 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ TCPServer* FlippRServer::build_input_server()
if (socket_file.exists())
{
socket_file.remove();
logger().information("Seems that server is already running. Make sure that only one instance of server is running.");
//logger().information("Seems that server is already running. Make sure that only one instance of server is running.");
}