Skip to content

Commit

Permalink
fix(es/minifier): Remove needless println
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 27, 2025
1 parent e74929c commit b1e5b2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,6 @@ impl Optimizer<'_> {
in_abort: false,
};
b.visit_with(&mut v);
println!("{:#?}", v.abort);
if v.expr_usage != 1 || v.pat_usage != 0 || v.abort {
log_abort!(
"sequences: Aborting because of usage counts ({}{:?}, ref = {}, pat = {})",
Expand Down

0 comments on commit b1e5b2d

Please sign in to comment.