remove completion log
This commit is contained in:
parent
2eb80d587d
commit
1b0d2d425d
1 changed files with 1 additions and 2 deletions
|
|
@ -305,8 +305,7 @@
|
||||||
const lon = element.lon || (element.center && element.center.lon);
|
const lon = element.lon || (element.center && element.center.lon);
|
||||||
if (lat && lon) {
|
if (lat && lon) {
|
||||||
const completion = calculateCompletion(element);
|
const completion = calculateCompletion(element);
|
||||||
console.log('Completion pour', element.tags?.name, ':', completion, '%');
|
|
||||||
|
|
||||||
const circle = {
|
const circle = {
|
||||||
id: `circle-${element.id}`,
|
id: `circle-${element.id}`,
|
||||||
type: 'Feature',
|
type: 'Feature',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue