runtime/PLCObject.py
changeset 2612 98eb3d1c56b0
parent 2608 a332f989f0b8
child 2613 e05458405ff4
--- a/runtime/PLCObject.py	Thu May 30 11:51:56 2019 +0200
+++ b/runtime/PLCObject.py	Thu May 30 11:53:13 2019 +0200
@@ -125,7 +125,7 @@
             for callee in self.statuschange:
                 callee(self.PLCStatus)
 
-    @RunInMain
+    #@RunInMain
     def LogMessage(self, *args):
         if len(args) == 2:
             level, msg = args