From 6b23854918354ee01091efe0e875de6c200d4c48 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 22 May 2025 14:27:55 +0200 Subject: [PATCH] remove debug print --- .config/quickshell/modules/common/widgets/NotificationWidget.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/quickshell/modules/common/widgets/NotificationWidget.qml b/.config/quickshell/modules/common/widgets/NotificationWidget.qml index 6ea12bf96..4bc889855 100644 --- a/.config/quickshell/modules/common/widgets/NotificationWidget.qml +++ b/.config/quickshell/modules/common/widgets/NotificationWidget.qml @@ -131,7 +131,6 @@ Item { } } onCanceled: (mouse) => { - console.log("Exited") dragStarted = false if (notificationRowWrapper.x > dragConfirmThreshold) { root.notificationXAnimation = Appearance.animation.elementMoveEnter