Skip to content

Commit d4d2118

Browse files
committed
remove debugging leftovers
1 parent b267663 commit d4d2118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-ecmascript/src/references/replace_parent_with_child.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use anyhow::Result;
22
use serde::{Deserialize, Serialize};
33
use swc_core::{
4-
common::{Spanned, util::take::Take},
4+
common::util::take::Take,
55
ecma::{
66
ast::{BinExpr, Expr},
77
visit::{AstParentKind, fields::BinExprField},

0 commit comments

Comments
 (0)