remove a print
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user