Remove console.log
This commit is contained in:
parent
35bd49e5ba
commit
8c610d0c11
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ export default class OpeningHoursVisualization extends UIElement {
|
|||
|
||||
// ranges[0] are all ranges for monday
|
||||
const ranges = OpeningHoursVisualization.GetRanges(oh, lastMonday, nextSunday);
|
||||
console.log(ranges)
|
||||
if (ranges.map(r => r.length).reduce((a, b) => a + b, 0) == 0) {
|
||||
// Closed!
|
||||
const opensAtDate = oh.getNextChange();
|
||||
|
|
Loading…
Reference in a new issue