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");