diff --git a/NotifyModule/NotificationHistoryView.qml b/NotifyModule/NotificationHistoryView.qml
index 1c46682..b13b354 100644
--- a/NotifyModule/NotificationHistoryView.qml
+++ b/NotifyModule/NotificationHistoryView.qml
@@ -139,10 +139,7 @@ Popup {
                         width: parent.width
                         text: qsTr(model.text)
                         font.pointSize: 12
-                        elide: {
-                            console.log(notificationText.width, parent.width, notificationText.width < parent.width)
-                            Label.ElideRight
-                        }
+                        elide:  Label.ElideRight
                         linkColor: Material.accent
                     }
                 }