Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed May 29, 2012
1 parent 30baf37 commit a7975c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/thread.py
Expand Up @@ -314,7 +314,6 @@ def abort(exc):

# We can't raise the exact exception into the thread, so just use the class.
res = ctypes.pythonapi.PyThreadState_SetAsyncExc(ctypes.c_long(tid), ctypes.py_object(exc.__class__))
print tid, res
if res == 0:
# Thread not found. Must have terminated an instant ago.
return
Expand Down

0 comments on commit a7975c1

Please sign in to comment.