From f2777c016f99ee24e9b341e3c91ba25a08c9fcf8 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Thu, 6 Apr 2023 19:37:06 -0700 Subject: [PATCH] startupfeedback: Remove debug message --- components/mobileshell/qml/components/StartupFeedback.qml | 1 - 1 file changed, 1 deletion(-) 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(); }