about summary refs log tree commit diff stats
path: root/src/pages/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/options')
-rw-r--r--src/pages/options/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/options/index.js b/src/pages/options/index.js
index e589e93d..002a8aa6 100644
--- a/src/pages/options/index.js
+++ b/src/pages/options/index.js
@@ -85,7 +85,6 @@ async function loadPage(path) {
 	}
 
 	for (const service in config.services) {
-		console.log(service, options[service].enabled)
 		if (options[service].enabled) {
 			document.getElementById(`${service}-link`).style.opacity = 1
 		} else {