From 9ba194124c0b33676b0f3af51f203c1787d33b06 Mon Sep 17 00:00:00 2001 From: Rick Levine Date: Thu, 16 Feb 2023 08:30:04 -0800 Subject: Punting --- lib/debug.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/debug.py') diff --git a/lib/debug.py b/lib/debug.py index edf55bcc..0d6af104 100644 --- a/lib/debug.py +++ b/lib/debug.py @@ -106,9 +106,6 @@ class Debug(object): # PyDev debugger.)" statement, below. Uncheck the box to have it continue # automatically to your first set breakpoint. - # Thanks to lexelby for the hints needed to puzzle this out. - - try: if 'PYCHARM_REMOTE_DEBUG' in os.environ: import pydevd_pycharm -- cgit v1.2.3