From efc52079a11bad0bbcc7f3269b032f85127bc6ad Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 13 Apr 2022 21:35:09 +0300 Subject: Added custom instance to FacilMap #139 --- src/pages/options/twitter/twitter.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages/options/twitter') diff --git a/src/pages/options/twitter/twitter.js b/src/pages/options/twitter/twitter.js index 5e7e9a05..b86fc197 100644 --- a/src/pages/options/twitter/twitter.js +++ b/src/pages/options/twitter/twitter.js @@ -78,7 +78,6 @@ function init() { let protocol = twitterHelper.getProtocol(); protocolElement.value = protocol; changeProtocolSettings(protocol); - console.log('init'); theme.value = twitterHelper.getTheme(); infiniteScroll.checked = twitterHelper.getInfiniteScroll(); stickyProfile.checked = twitterHelper.getStickyProfile(); -- cgit 1.4.1