diff --git a/resources/lib/backgroundthread.py b/resources/lib/backgroundthread.py index b4a44327..74029f95 100644 --- a/resources/lib/backgroundthread.py +++ b/resources/lib/backgroundthread.py @@ -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()