Remove console.log

This commit is contained in:
Robin van der Linde 2023-07-17 22:11:39 +02:00
parent 768b71a940
commit 1b433ec47c
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -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])