mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
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);
|
||||
if (lat && lon) {
|
||||
const completion = calculateCompletion(element);
|
||||
console.log('Completion pour', element.tags?.name, ':', completion, '%');
|
||||
|
||||
|
||||
const circle = {
|
||||
id: `circle-${element.id}`,
|
||||
type: 'Feature',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue