Skip to content

Commit

Permalink
chore(common): Remove dbg log (#9384)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Aug 6, 2024
1 parent fc895a1 commit a538ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-mails-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
swc_common: patch
---

chore: 🔥 remove dbg log
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 a538ca1

Please sign in to comment.