Remove some debug output, since the called funtion is no longer available...
...and the output isn't that important. (Ported from trunk 2008-03-11T17:54:03Z!koraq@xs4all.nl.)
This commit is contained in:
parent
63eb8eebca
commit
5b464ef2b6
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue