summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/StatisticsPage.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-13 14:40:10 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-13 16:16:31 -0800
commit622e5aab692082509fcba8fba53ea2b16342e0d4 (patch)
tree019698bc89c22637ddc00b0da55cec78049c52e0 /mobile-widgets/qml/StatisticsPage.qml
parentbf556da81a292d5c13a582f8dd489fc38c8f9bfb (diff)
downloadsubsurface-622e5aab692082509fcba8fba53ea2b16342e0d4.tar.gz
mobile/cleanup: remove more noisy debug output
The repositioning message when a virtual keyboard opens is useful enough to keep it and just hide it unless in verbose mode. The others have all outlived their usefulness. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/StatisticsPage.qml')
-rw-r--r--mobile-widgets/qml/StatisticsPage.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/mobile-widgets/qml/StatisticsPage.qml b/mobile-widgets/qml/StatisticsPage.qml
index 6b02b0401..72a50602f 100644
--- a/mobile-widgets/qml/StatisticsPage.qml
+++ b/mobile-widgets/qml/StatisticsPage.qml
@@ -212,14 +212,9 @@ Kirigami.Page {
statisticsPage.height - 2 * Kirigami.Units.gridUnit - i4.height
Layout.maximumWidth: wide ? statisticsPage.width - 2 * Kirigami.Units.gridUnit - i4.width :
statisticsPage.width - 2 * Kirigami.Units.smallSpacing
-
- onWidthChanged: {
- console.log("StatsView widget width is " + width + " on page with width " + statisticsPage.width)
- }
}
}
Component.onCompleted: {
statsManager.init(statsView, chartListModel)
- console.log("Statistics widget loaded")
}
}