diff -r ad7ced0e5662 -r 6fe3ee00f9a0 PLCGenerator.py --- 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: