Commit 1e54c4ba authored by Gus Grubba's avatar Gus Grubba

Remove debug output

parent 75dc8e5b
......@@ -40,7 +40,6 @@ Item {
Connections {
target: mainContentWindow
onSourceChanged: {
console.log(mainContentWindow.source)
if(mainContentWindow.source.toString().endsWith(setupViewSource)) {
setupButton.checked = true
}
......
......@@ -63,7 +63,6 @@ Item {
var menuItem = multiVehicleMenuItemComponent.createObject(null, { "text": "Vehicle " + vehicle.id })
multiVehiclesMenuItems.push(menuItem)
multiVehiclesMenu.insertItem(i, menuItem)
console.log("Vehicle " + vehicle.id)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment