diff options
-rw-r--r-- | src/connectionmanager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 ) | |||
184 | } | 184 | } |
185 | } | 185 | } |
186 | } | 186 | } |
187 | printf("Scanning %d connections.\n", lActive.size() ); | ||
188 | std::list<Connection *>::iterator i; | 187 | std::list<Connection *>::iterator i; |
189 | for( i = lActive.begin(); i != lActive.end(); i++ ) | 188 | for( i = lActive.begin(); i != lActive.end(); i++ ) |
190 | { | 189 | { |
@@ -200,7 +199,6 @@ bool ConnectionManager::scanConnections( int nTimeout, bool bForceTimeout ) | |||
200 | if( (*i)->hasOutput() ) | 199 | if( (*i)->hasOutput() ) |
201 | { | 200 | { |
202 | (*i)->writeOutput(); | 201 | (*i)->writeOutput(); |
203 | printf("Wrote pending output.\n"); | ||
204 | } | 202 | } |
205 | if( (*i)->needDisconnect() && !(*i)->hasOutput() ) | 203 | if( (*i)->needDisconnect() && !(*i)->hasOutput() ) |
206 | { | 204 | { |