From e7847c548d59d36e57ba457bd129183a8bfc5a7a Mon Sep 17 00:00:00 2001 From: Fabio Zadrozny Date: Sun, 27 Oct 2024 14:00:26 -0300 Subject: [PATCH] Remove leftover print. --- _pydev_bundle/pydev_monkey.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_pydev_bundle/pydev_monkey.py b/_pydev_bundle/pydev_monkey.py index 7c6eb577..4c63c955 100644 --- a/_pydev_bundle/pydev_monkey.py +++ b/_pydev_bundle/pydev_monkey.py @@ -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__)