From 7628ca0fc7f2cc589046e3a798a5e785c2deb78e Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 3 Aug 2020 16:11:00 -0400 Subject: [PATCH] remove log --- src/pregmod/FCTV/FCTV.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js index d753d8944d6..1f51027fd66 100644 --- a/src/pregmod/FCTV/FCTV.js +++ b/src/pregmod/FCTV/FCTV.js @@ -77,7 +77,6 @@ globalThis.FCTV = (function() { text: `A notification is shown: ` }; for (const tag in tags) { - console.log(tag); if (tag) { switch (tag) { case "hyperPreg": @@ -113,7 +112,6 @@ globalThis.FCTV = (function() { default: throw `Tag "${tag}" unknown for ${tags}`; } - } } return x; -- GitLab