]> code.delx.au - offlineimap/commitdiff
Removed debug statements
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 5 Aug 2008 05:07:26 +0000 (00:07 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Tue, 5 Aug 2008 05:07:26 +0000 (00:07 -0500)
offlineimap/threadutil.py

index f1df5b2d84351596eccda09ba4247d9e3b837276..599aa8dba313c54e090667bddbd1fd0f49b6da4d 100644 (file)
@@ -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)