Commit 7b4b2300 authored by Don Gagne's avatar Don Gagne

Remove console.log

parent d499b513
...@@ -18,7 +18,6 @@ QGCComboBox { ...@@ -18,7 +18,6 @@ QGCComboBox {
if (indexModel) { if (indexModel) {
fact.value = index fact.value = index
} else { } else {
console.log("setting enumIndex", index)
fact.enumIndex = index fact.enumIndex = index
} }
} }
......
...@@ -149,10 +149,6 @@ QGCView { ...@@ -149,10 +149,6 @@ QGCView {
latitude: mainWindow.tabletPosition.latitude latitude: mainWindow.tabletPosition.latitude
longitude: mainWindow.tabletPosition.longitude longitude: mainWindow.tabletPosition.longitude
Component.onCompleted: {
console.log("Init coordinate " + mainWindow.tabletPosition.latitude)
}
readonly property real animationDuration: 500 readonly property real animationDuration: 500
Behavior on zoomLevel { Behavior on zoomLevel {
......
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