From e21bcc3708824692447e606cb3df54dd7f42f7f3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 25 Jul 2017 16:37:40 -0600 Subject: Cleanup --- components/kube/contents/ui/MailView.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/MailView.qml b/components/kube/contents/ui/MailView.qml index ef790b70..4bcb9b44 100644 --- a/components/kube/contents/ui/MailView.qml +++ b/components/kube/contents/ui/MailView.qml @@ -100,7 +100,6 @@ FocusScope { width: Kube.Units.gridUnit * 20 height: parent.height activeFocusOnTab: true - onActiveFocusChanged: console.warn("maillist active focus", activeFocus) Layout.minimumWidth: Kube.Units.gridUnit * 10 } @@ -109,7 +108,6 @@ FocusScope { Layout.fillWidth: true Layout.minimumWidth: Kube.Units.gridUnit * 5 activeFocusOnTab: true - onActiveFocusChanged: console.warn("conversation active focus", activeFocus) } } } -- cgit v1.2.3