Commit dc09c162 authored by Pierre TILAK's avatar Pierre TILAK

Remove debug console

parent 076fa463
......@@ -52,8 +52,6 @@ Item {
}
function isHeadingHomeOK(){
console.log('isHeadingHomeOK',vehicle && _showAdditionalIndicatorsCompass && !isNaN(_headingToHome))
console.log('headingHome',_headingToHome)
return vehicle && _showAdditionalIndicatorsCompass && !isNaN(_headingToHome)
}
......
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