forked from MapComplete/MapComplete
Remove obsolete log
This commit is contained in:
parent
2576931a2b
commit
f2d470ff2e
1 changed files with 0 additions and 6 deletions
|
@ -487,12 +487,6 @@ export default class SimpleMetaTaggers {
|
||||||
feature.properties._isOpen = "yes"
|
feature.properties._isOpen = "yes"
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
console.log(
|
|
||||||
"Calculating opening hours for",
|
|
||||||
feature.properties.name,
|
|
||||||
":",
|
|
||||||
feature.properties.opening_hours
|
|
||||||
)
|
|
||||||
|
|
||||||
// _isOpen is calculated dynamically on every call
|
// _isOpen is calculated dynamically on every call
|
||||||
Object.defineProperty(feature.properties, "_isOpen", {
|
Object.defineProperty(feature.properties, "_isOpen", {
|
||||||
|
|
Loading…
Reference in a new issue