Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 22, 2024
1 parent ede8fd3 commit 6a2ff95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/turbopack-ecmascript/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub use transform::{
TransformContext, TransformPlugin, UnsupportedServerActionIssue,
};
use turbo_tasks::{
trace::TraceRawVcs, vdbg, ReadRef, TaskInput, TryJoinIterExt, Value, ValueToString, Vc,
trace::TraceRawVcs, ReadRef, TaskInput, TryJoinIterExt, Value, ValueToString, Vc,
};
use turbo_tasks_fs::{rope::Rope, FileJsonContent, FileSystemPath};
use turbopack_core::{
Expand Down Expand Up @@ -702,7 +702,6 @@ impl EcmascriptChunkItem for ModuleChunkItem {
.module
.module_content(this.chunking_context, async_module_info);

vdbg!(async_module_options);
Ok(EcmascriptChunkItemContent::new(
content,
this.chunking_context,
Expand Down

0 comments on commit 6a2ff95

Please sign in to comment.