PLCGenerator.py
changeset 47 2b2f8d88e6d3
parent 46 4379e98a30aa
child 58 39cd981ff242
--- a/PLCGenerator.py	Thu Jul 19 15:04:41 2007 +0200
+++ b/PLCGenerator.py	Fri Jul 20 18:28:03 2007 +0200
@@ -277,7 +277,6 @@
             if step_name in self.SFCNetworks["Steps"].keys():
                 actions = actionBlock.getActions()
                 for action in actions:
-                    print action
                     action_infos = {"qualifier" : action["qualifier"], "content" : action["value"]}
                     if "duration" in action:
                         action_infos["duration"] = action["duration"]