--- 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())