Browse Source

Remove debug console

QGC4.4
Pierre TILAK 6 years ago
parent
commit
dc09c162a9
  1. 2
      src/FlightMap/Widgets/QGCCompassWidget.qml

2
src/FlightMap/Widgets/QGCCompassWidget.qml

@ -52,8 +52,6 @@ Item {
} }
function isHeadingHomeOK(){ function isHeadingHomeOK(){
console.log('isHeadingHomeOK',vehicle && _showAdditionalIndicatorsCompass && !isNaN(_headingToHome))
console.log('headingHome',_headingToHome)
return vehicle && _showAdditionalIndicatorsCompass && !isNaN(_headingToHome) return vehicle && _showAdditionalIndicatorsCompass && !isNaN(_headingToHome)
} }

Loading…
Cancel
Save