--- a/runtime/PLCObject.py Tue Mar 31 09:33:10 2009 +0200
+++ b/runtime/PLCObject.py Tue Mar 31 09:38:44 2009 +0200
@@ -237,7 +237,6 @@
if cmd is None:
break
try :
- PLCprint(cmd)
res = str(self.evaluator(eval,cmd,self.python_threads_vars))
except Exception,e:
res = "#EXCEPTION : "+str(e)