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