From 8c610d0c11b5ee077243e22324e94e74c905f5bf Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 9 Oct 2020 20:28:48 +0200 Subject: [PATCH] Remove console.log --- UI/OhVisualization.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/OhVisualization.ts b/UI/OhVisualization.ts index d5ce35f..cf1df28 100644 --- a/UI/OhVisualization.ts +++ b/UI/OhVisualization.ts @@ -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();