diff --git a/components/mobileshell/qml/components/StartupFeedback.qml b/components/mobileshell/qml/components/StartupFeedback.qml index 43ce3ccf..522b8ffc 100644 --- a/components/mobileshell/qml/components/StartupFeedback.qml +++ b/components/mobileshell/qml/components/StartupFeedback.qml @@ -68,7 +68,6 @@ MouseArea { // use mousearea to ensure clicks don't go behind target: WindowPlugin.WindowUtil function onAppActivationStarted(appId, iconName) { - console.log(appId); icon.source = iconName openAnimSimple.restart(); }