mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile/summary: remove some debug output
I don't think we need that anymore. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4b3761861e
commit
f915c45c43
1 changed files with 0 additions and 6 deletions
|
@ -181,12 +181,6 @@ Kirigami.ScrollablePage {
|
||||||
delegate: rowDelegate
|
delegate: rowDelegate
|
||||||
section.property: "section"
|
section.property: "section"
|
||||||
section.delegate: sectionDelegate
|
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())
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue