Delete console .log

This commit is contained in:
Данил 2022-10-30 20:12:00 +03:00
parent 36d476c0de
commit 2ee1052085

View file

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