Remove log.

This commit is contained in:
JoelKatz
2013-04-22 07:35:25 -07:00
parent ff2717ef57
commit 0cc465a812

View File

@@ -225,7 +225,6 @@ void JobQueue::shutdown()
mJobCond.notify_all();
while (mThreadCount != 0)
mJobCond.wait(sl);
cLog(lsDEBUG) << "Job queue has shut down";
}
void JobQueue::setThreadCount(int c)