runtime/eRPCServer.py
changeset 3898 de4f17d737a9
parent 3887 2df45e4bd500
child 3905 d47fe28d799a
--- 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: