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

CP - Silence various debug messages

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