diff --git a/Modules/Background/Background.qml b/Modules/Background/Background.qml index 5a163f4..8ad1612 100644 --- a/Modules/Background/Background.qml +++ b/Modules/Background/Background.qml @@ -58,8 +58,7 @@ Variants { transitionType = 'fade' } - Logger.log("Background", "Using transition:", transitionType) - + //Logger.log("Background", "Using transition:", transitionType) switch (transitionType) { case "none": setWallpaperImmediate(servicedWallpaper)