PLCGenerator.py
changeset 261 6fe3ee00f9a0
parent 257 d0a0ffbbd61c
child 269 34eff05909b0
--- a/PLCGenerator.py	Mon Sep 08 09:43:43 2008 +0200
+++ b/PLCGenerator.py	Mon Sep 08 10:32:41 2008 +0200
@@ -815,7 +815,6 @@
 
     def ComputeExpression(self, body, connections, order = False):
         paths = self.GeneratePaths(connections, body, order)
-        print paths
         if len(paths) > 1:
             factorized_paths = self.FactorizePaths(paths)
             if len(factorized_paths) > 1: