Less logging
This commit is contained in:
parent
e624edc7ae
commit
4fca9b56c4
1 changed files with 0 additions and 1 deletions
|
@ -206,7 +206,6 @@ class NonstoppingBackgroundWorker(BackgroundWorker):
|
|||
super(NonstoppingBackgroundWorker, self).__init__(queue, name)
|
||||
|
||||
def _queueLoop(self):
|
||||
LOG.debug('(%s): Active', self.name)
|
||||
while not self.aborted():
|
||||
try:
|
||||
self._task = self._queue.get_nowait()
|
||||
|
|
Loading…
Reference in a new issue