From 183c6e4862627899aad7f74b91eda8f5a052c74b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 5 Nov 2006 07:58:29 +0000 Subject: I thought I'd already fixed this, apparently in the conflict it came back. The connectionmanager no longer prints extra debugging. --- src/connectionmanager.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/connectionmanager.cpp b/src/connectionmanager.cpp index e44c5f4..ea794a8 100644 --- a/src/connectionmanager.cpp +++ b/src/connectionmanager.cpp @@ -184,7 +184,6 @@ bool ConnectionManager::scanConnections( int nTimeout, bool bForceTimeout ) } } } - printf("Scanning %d connections.\n", lActive.size() ); std::list::iterator i; for( i = lActive.begin(); i != lActive.end(); i++ ) { @@ -200,7 +199,6 @@ bool ConnectionManager::scanConnections( int nTimeout, bool bForceTimeout ) if( (*i)->hasOutput() ) { (*i)->writeOutput(); - printf("Wrote pending output.\n"); } if( (*i)->needDisconnect() && !(*i)->hasOutput() ) { -- cgit v1.2.3