From e5c30e042b8257b54e0611695e58246f42825b13 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 11 Jan 2021 19:40:20 -0800 Subject: mobile/statistics: start with dives per year bar chart That seems to be the most commonly usefule chart. This also removes some noisy log messages; these were super useful during development, but should have been merged. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/StatisticsPage.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/StatisticsPage.qml b/mobile-widgets/qml/StatisticsPage.qml index e13d1ec6f..cf9f88368 100644 --- a/mobile-widgets/qml/StatisticsPage.qml +++ b/mobile-widgets/qml/StatisticsPage.qml @@ -20,14 +20,11 @@ Kirigami.Page { id: statsManager } onVisibleChanged: { - manager.appendTextToLog("StatisticsPage visible changed with width " + width + " with height " + rootItem.height + " we are " + (statisticsPage.wide ? "in" : "not in") + " wide mode") if (visible) statsManager.doit() } onWidthChanged: { if (visible) { - manager.appendTextToLog("StatisticsPage width changed to " + width + " with height " + height + " we are " + - (statisticsPage.wide ? "in" : "not in") + " wide mode - screen " + Screen.width + " x " + Screen.height ) statsManager.doit() } } -- cgit v1.2.3-70-g09d2