remove a print

This commit is contained in:
lafrite 2013-11-17 09:40:46 +01:00
parent 922c1213c1
commit 9a62f0f6f5

View File

@ -34,8 +34,6 @@ class Expression(object):
@param render: function which render the list of token (postfix form now) @param render: function which render the list of token (postfix form now)
""" """
print("\t ---------- In simplify ---------- ")
if not self.can_go_further(): if not self.can_go_further():
yield render(self.postfix_tokens) yield render(self.postfix_tokens)
else: else: