- removed a useless sleep()

This commit is contained in:
Christophe Dumez 2007-03-09 17:24:32 +00:00
commit 84fef00349

View file

@ -144,7 +144,6 @@ class downloadThread : public QThread {
qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping"); qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping");
break; break;
} }
SleeperThread::msleep(500);
} }
} }
}; };