Remove log.

This commit is contained in:
JoelKatz
2013-04-22 07:35:25 -07:00
parent d339e1c789
commit 965f33e222

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)