Commented a debug print() statement. multi_processing

Mon, 07 Dec 2020 19:52:49 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 07 Dec 2020 19:52:49 +0100
branch
multi_processing
changeset 7869
81561b95f9f3
parent 7868
272743601100
child 7870
ab8f95bc7d2d

Commented a debug print() statement.

eric6/Debugger/DebuggerInterfacePython.py file | annotate | diff | comparison | revisions
--- a/eric6/Debugger/DebuggerInterfacePython.py	Mon Dec 07 17:57:03 2020 +0100
+++ b/eric6/Debugger/DebuggerInterfacePython.py	Mon Dec 07 19:52:49 2020 +0100
@@ -1328,7 +1328,7 @@
                 encoding=Preferences.getSystem("StringEncoding"))
             
             logging.debug("<Debug-Server> %s", line)
-            print("Server: ", line)          ##debug
+##            print("Server: ", line)          ##debug
             
             self.__handleJsonCommand(line, sock)
     

eric ide

mercurial