Remove println from reduction
This commit is contained in:
parent
b400796e4d
commit
3915c1f035
@ -76,7 +76,6 @@ impl Evaluator {
|
||||
}
|
||||
|
||||
fn step(&mut self, node: ASTNode) -> ASTNode {
|
||||
println!("Doing one step, current node is {:?}", node);
|
||||
self.reduce(node)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user