diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml index a92440840..f081a92ab 100644 --- a/plasmoid/package/contents/ui/main.qml +++ b/plasmoid/package/contents/ui/main.qml @@ -394,7 +394,7 @@ Item { //! ImmediateLaunchers function addImmediateLauncher(launch){ if (!immediateLauncherExists(launch)) { - console.log("Immediate Launcher Added::: "+launch); + //console.log("Immediate Launcher Added::: "+launch); immediateLaunchers.push(launch); } } @@ -403,7 +403,7 @@ Item { for(var i=0; i