diff --git a/src/qml/Page/RoomListPage.qml b/src/qml/Page/RoomListPage.qml index 089e3ee68..87d405f32 100644 --- a/src/qml/Page/RoomListPage.qml +++ b/src/qml/Page/RoomListPage.qml @@ -389,7 +389,6 @@ Kirigami.ScrollablePage { TextMetrics { id: notificationCountTextMetrics text: notificationCountLabel.text - onTextChanged: console.log(text, advanceWidth) } } QQC2.Button {