Skip to content

Commit

Permalink
Remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 27, 2024
1 parent f9ba96b commit c0de81c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/turbopack-ecmascript/src/tree_shake/graph.rs
Expand Up @@ -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);
Expand Down Expand Up @@ -535,8 +533,6 @@ impl DepGraph {
}
}

dbg!(&new_graph);

new_graph
}

Expand Down Expand Up @@ -767,8 +763,6 @@ impl DepGraph {
}
}

dbg!(&exports);

match item {
ModuleItem::ModuleDecl(ModuleDecl::Import(item)) => {
// We create multiple items for each import.
Expand Down

0 comments on commit c0de81c

Please sign in to comment.