Mon, 07 Dec 2020 19:52:49 +0100
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)