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
|
currencies[defaultCurrency] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("currencyTags", currencies, defaultCurrency)
|
|
||||||
|
|
||||||
if (currencies) {
|
if (currencies) {
|
||||||
return Object.keys(currencies)
|
return Object.keys(currencies)
|
||||||
.filter((key) => currencies[key])
|
.filter((key) => currencies[key])
|
||||||
|
|
Loading…
Add table
Reference in a new issue