Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 25, 2025
1 parent d479625 commit 44dec3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/swc_ecma_minifier/src/compress/optimize/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,6 @@ impl Optimizer<'_> {
{
return;
}
trace_op!(
"inline: Decided to inline function '{}{:?}' as it's very simple",
f.ident.sym,
f.ident.ctxt
report_change!(
"inline: Decided to inline function `{}{:?}` as it's very simple",
i.sym,
Expand Down

0 comments on commit 44dec3b

Please sign in to comment.