From 17688a49d53e3ed50d831567d0cbf2fd4681ead5 Mon Sep 17 00:00:00 2001 From: James Graham Date: Sat, 16 Mar 2024 13:33:37 +0000 Subject: [PATCH] Remove stray log --- src/qml/ItineraryComponent.qml | 1 - 1 file changed, 1 deletion(-) 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 {