RefactoringRope/JsonServer.py

changeset 251
4dcc73076100
parent 245
75a35a927952
child 265
68152c23837a
--- a/RefactoringRope/JsonServer.py	Mon Apr 02 17:36:41 2018 +0200
+++ b/RefactoringRope/JsonServer.py	Mon Apr 02 17:43:09 2018 +0200
@@ -141,8 +141,8 @@
             data = connection.readLine()
             jsonLine = bytes(data).decode("utf-8", 'backslashreplace')
             
-##            print("JSON Server ({0}): {1}".format(
-##                self.__name, jsonLine))                           ##debug
+            ## print("JSON Server ({0}): {1}".format(self.__name, jsonLine))
+            ## this is for debugging only
             
             try:
                 clientDict = json.loads(jsonLine.strip())

eric ide

mercurial