diff options
Diffstat (limited to 'src/modules/dcc/send.cpp')
| -rw-r--r-- | src/modules/dcc/send.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/dcc/send.cpp b/src/modules/dcc/send.cpp index ec91460bc..45a1532ed 100644 --- a/src/modules/dcc/send.cpp +++ b/src/modules/dcc/send.cpp @@ -376,10 +376,7 @@ void KviDccRecvThread::run() } // include the artificial delay if needed if(m_pOpt->iIdleStepLengthInMSec > 0) - { - debug("LOOP: artificial delay"); msleep(m_pOpt->iIdleStepLengthInMSec); - } } else { // sleep up to 200 msecs (if data arrives...we want low exit latency here) if(iFailedSelects < 100)iFailedSelects++; |
