From 1a788d16fdc4e8b60d7eb861f1432f7323fd0d1b Mon Sep 17 00:00:00 2001 From: zino Date: Thu, 10 Jun 2021 13:22:19 +0200 Subject: [PATCH] removed console log in legend --- client/src/modules/legend.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/modules/legend.ts b/client/src/modules/legend.ts index 8aaaffa..f80d40e 100644 --- a/client/src/modules/legend.ts +++ b/client/src/modules/legend.ts @@ -36,8 +36,6 @@ export function dropdownLegendOnChange(inHTMLSelectElement: HTMLSelectElement, i changeDropdownLegendBGColor(inSelector, sectionID, className); - console.log(sectionID); - if (sectionID === "all") { seatmap.find('unavailable').status('available'); }