Remove obsolete log

This commit is contained in:
Pieter Vander Vennet 2024-01-13 02:54:39 +01:00
parent 2576931a2b
commit f2d470ff2e

View file

@ -487,12 +487,6 @@ export default class SimpleMetaTaggers {
feature.properties._isOpen = "yes"
return true
}
console.log(
"Calculating opening hours for",
feature.properties.name,
":",
feature.properties.opening_hours
)
// _isOpen is calculated dynamically on every call
Object.defineProperty(feature.properties, "_isOpen", {