diff --git a/expression.py b/expression.py index 8252a29..f46562a 100644 --- a/expression.py +++ b/expression.py @@ -34,8 +34,6 @@ class Expression(object): @param render: function which render the list of token (postfix form now) """ - print("\t ---------- In simplify ---------- ") - if not self.can_go_further(): yield render(self.postfix_tokens) else: