Less logging

This commit is contained in:
croneter 2018-11-09 14:42:09 +01:00
parent e624edc7ae
commit 4fca9b56c4

View file

@ -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()