1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-24 07:26:39 +02:00

Removed debug statements

This commit is contained in:
John Goerzen 2008-08-05 00:07:26 -05:00
parent fe57342448
commit 1b9f04a564

View 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)