diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-09 21:16:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-10 08:02:56 -0800 |
commit | f915c45c431b2fdf6bc8d6ae6c803d916cd78570 (patch) | |
tree | 8e68b5ccaf545b13a7ef0114d838d7add009ed8f /mobile-widgets/qml/DiveSummary.qml | |
parent | 4b3761861e963200a47f83dbd336d360240f6fb5 (diff) | |
download | subsurface-f915c45c431b2fdf6bc8d6ae6c803d916cd78570.tar.gz |
mobile/summary: remove some debug output
I don't think we need that anymore.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveSummary.qml')
-rw-r--r-- | mobile-widgets/qml/DiveSummary.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mobile-widgets/qml/DiveSummary.qml b/mobile-widgets/qml/DiveSummary.qml index ef8892976..36f8442fd 100644 --- a/mobile-widgets/qml/DiveSummary.qml +++ b/mobile-widgets/qml/DiveSummary.qml @@ -181,12 +181,6 @@ Kirigami.ScrollablePage { delegate: rowDelegate section.property: "section" section.delegate: sectionDelegate - Component.onCompleted: { - manager.appendTextToLog("SUMMARY: width: " + width + " height: " + height + " rows: " + model.rowCount()) - } - onModelChanged: { - manager.appendTextToLog("SUMMARY model changed; now width: " + width + " height: " + height + " rows: " + model.rowCount()) - } } } } |