Skip to content

Commit fc052f6

Browse files
remove print and false comment
1 parent 88c03c2 commit fc052f6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/rewrite_system/rise/analysis.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,7 @@ impl Analysis<Rise> for RiseAnalysis {
119119
if !egraph[id].data.canon_nat_expr.is_empty()
120120
&& egraph[id].data.canon_nat_expr != egraph[id].data.beta_extract
121121
{
122-
println!(
123-
"Adding {} to {}",
124-
egraph[id].data.canon_nat_expr, egraph[id].data.beta_extract
125-
);
126-
127-
// Remove all other nodes, only the canonical one may remain. This currently breaks some egraph invariant
122+
// Remove all other nodes, only the canonical one may remain.
128123
egraph[id].nodes.clear();
129124
// Add the canonical expr
130125
let canon_nat = &egraph[id].data.canon_nat_expr;

0 commit comments

Comments
 (0)