summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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