Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a authored Sep 8, 2023
1 parent 37a54e3 commit c54b774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rspack_plugin_swc_js_minimizer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ impl Plugin for SwcJsMinimizerPlugin {
..Default::default()
};

println!("minify_options: {:?}", minify_options);

let mangle = MangleOptions {
keep_class_names: minify_options.keep_class_names,
Expand Down

0 comments on commit c54b774

Please sign in to comment.