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:
parent
258b92cd54
commit
91ff7efe69
2 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue