Remove some debug output, since the called funtion is no longer available...

...and the output isn't that important.
This commit is contained in:
Mark de Wever 2008-03-11 17:54:03 +00:00
parent 1558443a7d
commit f091fbc440

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;