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:
parent
4be7adbf0a
commit
d997d18438
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user