runtime/PLCObject.py
changeset 1987 8d1aca3c9e83
parent 1984 081265cda5b1
child 1988 19ca02e8074f
--- a/runtime/PLCObject.py	Thu Apr 12 22:32:43 2018 +0200
+++ b/runtime/PLCObject.py	Fri Apr 13 00:29:52 2018 +0200
@@ -111,7 +111,6 @@
         self.mutex.release()
     
     def call(self, *args, **kwargs):
-        print("call", args, kwargs)
         """
         creates a job, execute it in worker thread, and deliver result.
         if job execution raise exception, re-raise same exception