aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc')
-rw-r--r--src/modules/dcc/send.cpp3
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++;