From 0ad1eb1af12035d2aee5daf816fa59d0eca6fd48 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 May 2023 11:45:45 -0400 Subject: Revert "debug: add console.log(window.location.href) after config init" This reverts commit 570e541bf5eda2aea669ce5b2503159819f3b90e. --- config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config.js b/config.js index 6cafd54..2290a3a 100644 --- a/config.js +++ b/config.js @@ -12,4 +12,3 @@ if (window.location.href === 'https://danielrholland.github.io/simple-comments-w page_id : 'https://danielrholland.github.io/simple-comments-widget/client.html' }; } -console.log(window.location.href) -- cgit v1.2.3