Removed debug statements
This commit is contained in:
parent
fe57342448
commit
1b9f04a564
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user