diff --git a/src/qml/ItineraryComponent.qml b/src/qml/ItineraryComponent.qml index e13b4fcf3..12f0cc7c8 100644 --- a/src/qml/ItineraryComponent.qml +++ b/src/qml/ItineraryComponent.qml @@ -32,7 +32,6 @@ ColumnLayout { Repeater { id: itinerary model: root.itineraryModel - onModelChanged: console.warn(itinerary.count) delegate: DelegateChooser { role: "type" DelegateChoice {