mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 13:06:30 -06:00
#6372: Remove errant console.log statement
This commit is contained in:
parent
e004f872f9
commit
dc79f80366
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user