mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
3dbdd2ee5e
commit
9c74ac23a5
2 changed files with 0 additions and 3 deletions
|
@ -43,7 +43,6 @@ Kirigami.ScrollablePage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
console.log("---> DiveList changed visibility to " + visible)
|
|
||||||
if (visible) {
|
if (visible) {
|
||||||
page.actions.main = page.downloadFromDCAction
|
page.actions.main = page.downloadFromDCAction
|
||||||
page.actions.right = page.addDiveAction
|
page.actions.right = page.addDiveAction
|
||||||
|
|
|
@ -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 } }
|
Behavior on opacity { NumberAnimation { duration: Kirigami.Units.shortDuration } }
|
||||||
|
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
console.log("---> Startpage changed visibility to " + visible)
|
|
||||||
if (visible) {
|
if (visible) {
|
||||||
pageStack.clear()
|
pageStack.clear()
|
||||||
diveList.visible = false
|
diveList.visible = false
|
||||||
|
@ -791,7 +790,6 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (!visible) {
|
if (!visible) {
|
||||||
console.log("---> Startpage change to diveList")
|
|
||||||
pageStack.initPage = diveList
|
pageStack.initPage = diveList
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue