Browse Source

CP - Silence various debug messages

QGC4.4
Gus Grubba 5 years ago
parent
commit
5259114b78
  1. 2
      src/VehicleSetup/VehicleSummary.qml
  2. 2
      src/ui/MainRootWindow.qml

2
src/VehicleSetup/VehicleSummary.qml

@ -132,7 +132,7 @@ Rectangle { @@ -132,7 +132,7 @@ Rectangle {
}
onClicked : {
console.log(modelData.setupSource)
//console.log(modelData.setupSource)
if (modelData.setupSource !== "") {
setupView.showVehicleComponentPanel(modelData)
}

2
src/ui/MainRootWindow.qml

@ -207,7 +207,7 @@ ApplicationWindow { @@ -207,7 +207,7 @@ ApplicationWindow {
dlgLoader.source = "QGCViewDialogContainer.qml"
}
onClosed: {
console.log("View switch ok")
//console.log("View switch ok")
mainWindow.popPreventViewSwitch()
dlgLoader.source = ""
}

Loading…
Cancel
Save