diff --git a/lib/core/threads.py b/lib/core/threads.py index 387da283e..99c9c9b5a 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -88,7 +88,6 @@ def exceptionHandledFunction(threadFunction): raise except Exception, errMsg: # thread is just going to be silently killed - print logger.error("thread %s: %s" % (threading.currentThread().getName(), errMsg)) def setDaemon(thread):