delete console log

This commit is contained in:
Данил 2022-10-08 21:37:52 +03:00
parent 18a07f3902
commit 4404dbf2da

View file

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