summaryrefslogtreecommitdiff
path: root/lib/debug.py
diff options
context:
space:
mode:
authorRick Levine <rick@xoab.us>2023-02-16 08:30:04 -0800
committerRick Levine <rick@xoab.us>2023-02-16 08:30:04 -0800
commit9ba194124c0b33676b0f3af51f203c1787d33b06 (patch)
tree241db5d29dae7af21cd78f0ec19dd2fff1565d70 /lib/debug.py
parenta9b7f8c75a9859d843ed1370ab9a6ad5c77f08f7 (diff)
Punting
Diffstat (limited to 'lib/debug.py')
-rw-r--r--lib/debug.py3
1 files changed, 0 insertions, 3 deletions
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