remove a print
This commit is contained in:
parent
922c1213c1
commit
9a62f0f6f5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user