about summary refs log tree commit diff stats
path: root/src/pages/options/general
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-13 00:32:25 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-13 00:32:25 +0300
commita8ae61c32b828e1389df6b179f60f6d52ff63d42 (patch)
treed7376ef1092c80bd35d65c1fe87a80bee1d74c95 /src/pages/options/general
parentForgot a small change in manifest #106 (diff)
downloadlibredirect-a8ae61c32b828e1389df6b179f60f6d52ff63d42.zip
Added almost all invidious settings #104
Diffstat (limited to 'src/pages/options/general')
-rw-r--r--src/pages/options/general/general.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/options/general/general.js b/src/pages/options/general/general.js
index 54a1fd19..c737759f 100644
--- a/src/pages/options/general/general.js
+++ b/src/pages/options/general/general.js
@@ -115,7 +115,6 @@ generalHelper.init().then(() => {
   )
   let exceptionsCustomInstances = generalHelper.getExceptions();
   function calcExceptionsCustomInstances() {
-    console.log("exceptionsCustomInstances", exceptionsCustomInstances)
     document.getElementById("exceptions-custom-checklist").innerHTML =
       [...exceptionsCustomInstances.url, ...exceptionsCustomInstances.regex].map(
         (x) => `<div>${x}<button class="add" id="clear-${x}">