diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-25 19:44:37 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-27 01:29:30 +0900 |
commit | 9c74ac23a59f26f32c5a908bb05ac8c5dcb655c5 (patch) | |
tree | b6b214cf235d8b80478836098fce9d3c9d5a23b3 /mobile-widgets/qml/DiveList.qml | |
parent | 3dbdd2ee5e86dd8cba18ac8dd1e5774d7ebbb0c6 (diff) | |
download | subsurface-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/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |