From 5446af5fd012f767fe67fc83a1ce0758c55af277 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Thu, 21 Oct 2021 14:41:05 +0200 Subject: [PATCH] Remove console.log --- lib/previous-map.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/previous-map.js b/lib/previous-map.js index f93e67382..bcc378d5b 100644 --- a/lib/previous-map.js +++ b/lib/previous-map.js @@ -48,7 +48,6 @@ class PreviousMap { } getAnnotationURL(sourceMapString) { - console.log(sourceMapString) return sourceMapString.replace(/^\/\*\s*# sourceMappingURL=/, '').trim() }