aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-25 19:44:37 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-27 01:29:30 +0900
commit9c74ac23a59f26f32c5a908bb05ac8c5dcb655c5 (patch)
treeb6b214cf235d8b80478836098fce9d3c9d5a23b3 /mobile-widgets/qml/main.qml
parent3dbdd2ee5e86dd8cba18ac8dd1e5774d7ebbb0c6 (diff)
downloadsubsurface-9c74ac23a59f26f32c5a908bb05ac8c5dcb655c5.tar.gz
mobile-widgets/qml: remove console messages
Remove console.log messagees used to test the split of startpage/divelist. Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 0 insertions, 2 deletions
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
}
}