mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 12:44:39 +00:00
Remove some debug output, since the called funtion is no longer available...
...and the output isn't that important.
This commit is contained in:
parent
1558443a7d
commit
f091fbc440
@ -251,8 +251,6 @@ namespace {
|
||||
network::connection sock = network::accept_connection();
|
||||
if(sock) {
|
||||
LOG_CS << "received connection from " << network::ip_address(sock) << "\n";
|
||||
std::pair<unsigned int,size_t> thread_state = network::get_thread_state();
|
||||
LOG_CS << thread_state.first << " threads waiting out of " << thread_state.second<<"\n";
|
||||
}
|
||||
|
||||
config data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user