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'); }