Skip to content

Commit

Permalink
chore: 🔥 remove dbg! log
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Aug 6, 2024
1 parent fc895a1 commit 07bc839
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/swc_common/src/source_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1365,9 +1365,6 @@ impl SourceMap {
if let Some(orig) = orig {
map.adjust_mappings(orig)
}
for token in map.tokens() {
dbg!(&token);
}

map
}
Expand Down

0 comments on commit 07bc839

Please sign in to comment.