Remove stray log

This commit is contained in:
James Graham
2024-03-16 13:33:37 +00:00
parent 5ff199cc3e
commit 17688a49d5

View File

@@ -32,7 +32,6 @@ ColumnLayout {
Repeater {
id: itinerary
model: root.itineraryModel
onModelChanged: console.warn(itinerary.count)
delegate: DelegateChooser {
role: "type"
DelegateChoice {