From 4bc2c429827e93db3299af628d50b42a15400b3f Mon Sep 17 00:00:00 2001 From: James Graham Date: Sat, 31 Dec 2022 15:25:00 +0000 Subject: [PATCH] Remove stary consol.log statement --- src/qml/Page/RoomListPage.qml | 1 - 1 file changed, 1 deletion(-) 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 {