From 1b9f04a564e05eca1da34897cc72494e4e31615a Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Tue, 5 Aug 2008 00:07:26 -0500 Subject: [PATCH] Removed debug statements --- offlineimap/threadutil.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/offlineimap/threadutil.py b/offlineimap/threadutil.py index f1df5b2..599aa8d 100644 --- a/offlineimap/threadutil.py +++ b/offlineimap/threadutil.py @@ -114,9 +114,7 @@ def exitnotifymonitorloop(callback): while 1: # Loop forever. try: thrd = exitthreads.get(False) - print "exitnotifymonitorloop: Got thread\n" callback(thrd) - print "exitnotifymonitorloop: callback done\n" exitthreads.task_done() except Empty: time.sleep(1) -- 2.39.2