diff -r fc3621302cfe -r de4f17d737a9 runtime/eRPCServer.py --- a/runtime/eRPCServer.py Tue Feb 20 14:53:33 2024 +0100 +++ b/runtime/eRPCServer.py Wed Feb 21 09:58:24 2024 +0100 @@ -70,7 +70,6 @@ def exception_wrapper(self, *args): try: - print("Srv "+method_name) return_wrapper(method, args_wrapper, *args) return 0 except Exception as e: