From 2ee1052085a2ac35dc7c207f27b87a43cf056713 Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 30 Oct 2022 20:12:00 +0300 Subject: [PATCH] Delete console .log --- web/static/scripts/switch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/static/scripts/switch.js b/web/static/scripts/switch.js index 07af127..f097289 100644 --- a/web/static/scripts/switch.js +++ b/web/static/scripts/switch.js @@ -9,7 +9,6 @@ $(document).ready(async function() { url: "http://localhost:3000/api/get/settings", type: "GET", success: function(data) { - console.log(data); if (data["wallpaper"] === 1) { $wallpaperSwitch.attr("checked", "true"); $wallpaperSwitchTogglerName.text("On");