Skip to content

Commit

Permalink
Remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
ninehusky committed Aug 28, 2024
1 parent 1eb4002 commit af82054
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/to_egraph_serialized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ pub fn get_term(
eclasses.insert(enode.eclass.clone());
}
result_egraph.root_eclasses = egraph.root_eclasses.clone();
println!("eclasses in original: {}", eclasses.len());
println!("eclasses in result: {}", result.choices.len());
println!("original egraph size: {}", egraph.nodes.len());
println!("result egraph size: {}", result_egraph.nodes.len());
result_egraph
}

Expand Down

0 comments on commit af82054

Please sign in to comment.