From 51618752149e83a544c38bdd1f15a44b1454bed0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 23 Aug 2021 16:34:04 +0100 Subject: [PATCH] removed theme debug logs --- src/js/theme-controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/theme-controller.js b/src/js/theme-controller.js index dd278e71f..474a9b11f 100644 --- a/src/js/theme-controller.js +++ b/src/js/theme-controller.js @@ -79,7 +79,6 @@ let loadStyle = function (name) { }; export function apply(themeName) { - console.log(`Applying theme ${themeName}`); clearCustomTheme(); let name = "serika_dark"; @@ -124,7 +123,6 @@ export function apply(themeName) { } ThemeColors.get().then((colors) => { $(".keymap-key").attr("style", ""); - console.log("updating chart colors"); ChartController.updateAllChartColors(); updateFavicon(32, 14); $("#metaThemeColor").attr("content", colors.bg);