#6372: Remove errant console.log statement

This commit is contained in:
checktheroads 2021-05-26 16:33:33 -07:00
parent e004f872f9
commit dc79f80366

View File

@ -350,7 +350,6 @@ export function initApiSelect() {
// Determine if this element is part of collapsible element.
const collapse = findFirstAdjacent(select, '.collapse', '.content-container');
console.log('collapse', collapse);
if (collapse !== null) {
// If this element is part of a collapsible element, only load the data when the
// collapsible element is shown.