From 4404dbf2daca5541f63def12b9c825358f1387c6 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 8 Oct 2022 21:37:52 +0300 Subject: [PATCH] delete console log --- web/static/scripts/switch.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/static/scripts/switch.js b/web/static/scripts/switch.js index d57cb6c..f3be367 100644 --- a/web/static/scripts/switch.js +++ b/web/static/scripts/switch.js @@ -7,8 +7,6 @@ $(document).ready(async function() { const $wallpaperSwitch = $("#settings_autoSetWallpaperSwitch"); const $wallpaperSwitchTogglerName = $("#settings_autoSetWallpaperTogglerName"); - console.log(data) - if(data["wallpaper"] === 1) { $wallpaperSwitch.attr("checked", "true"); $wallpaperSwitchTogglerName.text("On");