forked from MapComplete/MapComplete
Remove console.log
This commit is contained in:
parent
768b71a940
commit
1b433ec47c
1 changed files with 0 additions and 2 deletions
|
@ -614,8 +614,6 @@ export default class SimpleMetaTaggers {
|
|||
currencies[defaultCurrency] = true
|
||||
}
|
||||
|
||||
console.log("currencyTags", currencies, defaultCurrency)
|
||||
|
||||
if (currencies) {
|
||||
return Object.keys(currencies)
|
||||
.filter((key) => currencies[key])
|
||||
|
|
Loading…
Reference in a new issue