diff --git a/Bar/Center/NotificationList.qml b/Bar/Center/NotificationList.qml index 41529d3..d4648c1 100644 --- a/Bar/Center/NotificationList.qml +++ b/Bar/Center/NotificationList.qml @@ -72,12 +72,6 @@ Item { background.anchors.leftMargin: 5 background.anchors.rightMargin: 5 } - - StateChangeScript { - script: { - console.log("some"); - } - } } ]