1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

MP version 2.0

cleaning some console.log()
This commit is contained in:
ArnoTlse 2021-06-15 23:28:12 +02:00
parent 258b92cd54
commit 91ff7efe69
2 changed files with 0 additions and 6 deletions

View file

@ -318,7 +318,6 @@ let WaypointCollection = function () {
lJumptTargetAttached.push(element.getNumber());
}
});
console.log("lJumptTargetAttached ", lJumptTargetAttached);
return (lJumptTargetAttached.length != 0 && lJumptTargetAttached != 'undefined')
}
@ -424,7 +423,6 @@ let WaypointCollection = function () {
else {
samples = 1024;
}
console.log(samples);
if (globalSettings.mapProviderType == 'bing') {
if (point2measure.length >1) {
const response = await fetch('http://dev.virtualearth.net/REST/v1/Elevation/Polyline?points='+point2measure+'&heights=ellipsoid&samples='+String(samples+1)+'&key='+globalSettings.mapApiKey);