From 5259114b7823c67f48cb4be3a5b93be964f77eb0 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Wed, 29 Jan 2020 21:32:30 -0500 Subject: [PATCH] CP - Silence various debug messages --- src/VehicleSetup/VehicleSummary.qml | 2 +- src/ui/MainRootWindow.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VehicleSetup/VehicleSummary.qml b/src/VehicleSetup/VehicleSummary.qml index 60286d44d..7a7d6bec2 100644 --- a/src/VehicleSetup/VehicleSummary.qml +++ b/src/VehicleSetup/VehicleSummary.qml @@ -132,7 +132,7 @@ Rectangle { } onClicked : { - console.log(modelData.setupSource) + //console.log(modelData.setupSource) if (modelData.setupSource !== "") { setupView.showVehicleComponentPanel(modelData) } diff --git a/src/ui/MainRootWindow.qml b/src/ui/MainRootWindow.qml index 656395ebf..8d3aed802 100644 --- a/src/ui/MainRootWindow.qml +++ b/src/ui/MainRootWindow.qml @@ -207,7 +207,7 @@ ApplicationWindow { dlgLoader.source = "QGCViewDialogContainer.qml" } onClosed: { - console.log("View switch ok") + //console.log("View switch ok") mainWindow.popPreventViewSwitch() dlgLoader.source = "" } -- 2.22.0