Remove stray log
This commit is contained in:
@@ -32,7 +32,6 @@ ColumnLayout {
|
|||||||
Repeater {
|
Repeater {
|
||||||
id: itinerary
|
id: itinerary
|
||||||
model: root.itineraryModel
|
model: root.itineraryModel
|
||||||
onModelChanged: console.warn(itinerary.count)
|
|
||||||
delegate: DelegateChooser {
|
delegate: DelegateChooser {
|
||||||
role: "type"
|
role: "type"
|
||||||
DelegateChoice {
|
DelegateChoice {
|
||||||
|
|||||||
Reference in New Issue
Block a user