diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-12-04 03:38:17 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-12-07 18:46:57 +0100 |
commit | 610ce4325f32d0797851d15223c40f6a99f75476 (patch) | |
tree | f2502e4afe001eca88c0a6d68885a6f803d63d4a /qt-mobile | |
parent | cb77548f9b725e880c56be94506507fecd301c05 (diff) | |
download | subsurface-610ce4325f32d0797851d15223c40f6a99f75476.tar.gz |
noise--
Kill print in DiveList's startpage.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/DiveList.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml index 5532ea77d..f57925396 100644 --- a/qt-mobile/qml/DiveList.qml +++ b/qt-mobile/qml/DiveList.qml @@ -171,8 +171,5 @@ MobileComponents.Page { opacity: (diveListView.count == 0) ? 1.0 : 0 visible: opacity > 0 Behavior on opacity { NumberAnimation { duration: MobileComponents.Units.shortDuration } } - Component.onCompleted: { - print("diveListView.count " + diveListView.count); - } } } |