runtime/PLCObject.py
branchsvghmi
changeset 2746 ad94a928d87d
parent 2625 e5ce6c4a8672
child 2635 ae099881d800
--- a/runtime/PLCObject.py	Fri Jul 12 11:58:22 2019 +0200
+++ b/runtime/PLCObject.py	Mon Jul 15 09:05:00 2019 +0200
@@ -125,7 +125,6 @@
             for callee in self.statuschange:
                 callee(self.PLCStatus)
 
-    #@RunInMain
     def LogMessage(self, *args):
         if len(args) == 2:
             level, msg = args