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
@ -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())
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user