From c0de81c6189cc0a1af90fe5c53af3e57d5dd070d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Sat, 27 Apr 2024 16:37:28 +0900 Subject: [PATCH] Remove dbg --- crates/turbopack-ecmascript/src/tree_shake/graph.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/turbopack-ecmascript/src/tree_shake/graph.rs b/crates/turbopack-ecmascript/src/tree_shake/graph.rs index 50692e9f170cf..4aa22ad33a6b9 100644 --- a/crates/turbopack-ecmascript/src/tree_shake/graph.rs +++ b/crates/turbopack-ecmascript/src/tree_shake/graph.rs @@ -418,8 +418,6 @@ impl DepGraph { let mut groups = vec![]; let mut global_done = FxHashSet::default(); - dbg!(&self.g.graph_ix); - // Module evaluation node and export nodes starts a group for id in self.g.graph_ix.iter() { let ix = self.g.get_node(id); @@ -535,8 +533,6 @@ impl DepGraph { } } - dbg!(&new_graph); - new_graph } @@ -767,8 +763,6 @@ impl DepGraph { } } - dbg!(&exports); - match item { ModuleItem::ModuleDecl(ModuleDecl::Import(item)) => { // We create multiple items for each import.