diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-08 20:30:50 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-08 20:30:50 +0300 |
commit | b715e43553296d5380518e7d17be6b51eac0fdf7 (patch) | |
tree | a8b4e991ee3914d61fbe876372901fb1e551dc37 /src/pages/popup/popup.js | |
parent | Added the same regex as in the faq page in scribe #19 (diff) | |
download | libredirect-b715e43553296d5380518e7d17be6b51eac0fdf7.zip |
Fixing colors and some bugs #27
Diffstat (limited to 'src/pages/popup/popup.js')
-rw-r--r-- | src/pages/popup/popup.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/popup/popup.js b/src/pages/popup/popup.js index 11561d7b..8625cf9b 100644 --- a/src/pages/popup/popup.js +++ b/src/pages/popup/popup.js @@ -25,7 +25,6 @@ let disableMediumElement = document.querySelector("#disable-scribe"); window.browser = window.browser || window.chrome; async function wholeInit() { - console.log("staring async func") await youtubeHelper.init(); await twitterHelper.init(); await instagramHelper.init(); |