removed console log in legend

This commit is contained in:
zino
2021-06-10 13:22:19 +02:00
parent 81a3a149cf
commit 1a788d16fd

View File

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