mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
bf556da81a
commit
622e5aab69
4 changed files with 3 additions and 13 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue