Commit 5259114b authored by Gus Grubba's avatar Gus Grubba

CP - Silence various debug messages

parent 7b32dd58
......@@ -132,7 +132,7 @@ Rectangle {
}
onClicked : {
console.log(modelData.setupSource)
//console.log(modelData.setupSource)
if (modelData.setupSource !== "") {
setupView.showVehicleComponentPanel(modelData)
}
......
......@@ -207,7 +207,7 @@ ApplicationWindow {
dlgLoader.source = "QGCViewDialogContainer.qml"
}
onClosed: {
console.log("View switch ok")
//console.log("View switch ok")
mainWindow.popPreventViewSwitch()
dlgLoader.source = ""
}
......
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