From 9c74ac23a59f26f32c5a908bb05ac8c5dcb655c5 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Wed, 25 Dec 2019 19:44:37 +0100 Subject: mobile-widgets/qml: remove console messages Remove console.log messagees used to test the split of startpage/divelist. Signed-off-by: Jan Iversen --- mobile-widgets/qml/DiveList.qml | 1 - mobile-widgets/qml/main.qml | 2 -- 2 files changed, 3 deletions(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 4fb38450d..22369a331 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -43,7 +43,6 @@ Kirigami.ScrollablePage { } } onVisibleChanged: { - console.log("---> DiveList changed visibility to " + visible) if (visible) { page.actions.main = page.downloadFromDCAction page.actions.right = page.addDiveAction diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index b8ef213fb..a7262c57d 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -780,7 +780,6 @@ if you have network connectivity and want to sync your data to cloud storage."), Behavior on opacity { NumberAnimation { duration: Kirigami.Units.shortDuration } } onVisibleChanged: { - console.log("---> Startpage changed visibility to " + visible) if (visible) { pageStack.clear() diveList.visible = false @@ -791,7 +790,6 @@ if you have network connectivity and want to sync your data to cloud storage."), Component.onCompleted: { if (!visible) { - console.log("---> Startpage change to diveList") pageStack.initPage = diveList } } -- cgit v1.2.3-70-g09d2