Skip to content

Commit

Permalink
refactor: 🔥 remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Dec 27, 2023
1 parent cf5399c commit 5197e9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/mako/src/plugins/farm_tree_shake/shake/skip_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ pub(super) fn skip_module_optimize(

for (module_id, replaces) in re_export_replace_map.iter() {
if module_graph.has_module(module_id) {
if module_id.id.ends_with("src/pages/ant-design-icons.tsx") {
println!("--- the repalces {:?}", replaces);
}

// stmt_id is reversed order
for to_replace in replaces.iter() {
// println!("{} apply with {:?}", module_id.id, to_replace.1);
Expand Down

0 comments on commit 5197e9f

Please sign in to comment.