Removed a forgotten debug statement (printerr() ).

Fri, 30 Sep 2016 19:33:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 30 Sep 2016 19:33:35 +0200
changeset 5185
a55cbfbd715e
parent 5184
79b3922094ba
child 5189
8fa3e3d379d1

Removed a forgotten debug statement (printerr() ).

DebugClients/Python3/DebugBase.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python3/DebugBase.py	Fri Sep 30 19:21:22 2016 +0200
+++ b/DebugClients/Python3/DebugBase.py	Fri Sep 30 19:33:35 2016 +0200
@@ -754,7 +754,6 @@
         
         if exctype in [SyntaxError, IndentationError]:
             try:
-                printerr("1")
                 message = str(excval)
                 filename = excval.filename
                 lineno = excval.lineno

eric ide

mercurial