Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 21, 2021
1 parent 5361115 commit 5446af5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/previous-map.js
Expand Up @@ -48,7 +48,6 @@ class PreviousMap {
}

getAnnotationURL(sourceMapString) {
console.log(sourceMapString)
return sourceMapString.replace(/^\/\*\s*# sourceMappingURL=/, '').trim()
}

Expand Down

0 comments on commit 5446af5

Please sign in to comment.