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:
Mark de Wever 2008-03-11 17:54:43 +00:00
parent 63eb8eebca
commit 5b464ef2b6

View file

@ -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;