Kill print in DiveList's startpage.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
Sebastian Kügler 2015-12-04 03:38:17 +01:00
parent cb77548f9b
commit 610ce4325f

View file

@ -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);
}
}
}