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