Skip to content

Commit

Permalink
Remove leftover print.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 27, 2024
1 parent 6d90e28 commit e7847c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _pydev_bundle/pydev_monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,3 @@ def get_original_start_new_thread(threading_module):
return threading_module._original_start_new_thread
except:
return threading_module.start_new_thread


a = lambda: None
print(a.__code__)

0 comments on commit e7847c5

Please sign in to comment.