--- a/src/eric7/RemoteServerInterface/EricServerInterface.py Mon Jun 10 15:42:05 2024 +0200 +++ b/src/eric7/RemoteServerInterface/EricServerInterface.py Mon Jun 10 15:42:18 2024 +0200 @@ -392,9 +392,7 @@ } jsonString = json.dumps(serviceDict) + "\n" - logging.getLogger(__name__).debug( - f"<Remote Server Interface Tx> {jsonString}" - ) + logging.getLogger(__name__).debug(f"<Remote Server Interface Tx> {jsonString}") # - print("Remote Server Interface Send: {0}".format(jsonString)) # - this is for debugging only