1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

remove debug line

This commit is contained in:
Simeon Manolov 2024-07-12 15:41:07 +03:00
parent 4be7adbf0a
commit d997d18438
No known key found for this signature in database
GPG Key ID: 0AAC6D4A304B5635

View File

@ -39,7 +39,6 @@ uint16_t ServerThreadRunner::start(uint16_t cfgport, bool connectToLobby, std::s
threadRunLocalServer = boost::thread([this, connectToLobby, &promise]{
setThreadName("runServer");
std::this_thread::sleep_for(std::chrono::seconds(5));
uint16_t port = server->prepare(connectToLobby);
promise.set_value(port);
server->run();