mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
#6372: Remove errant console.log statement
This commit is contained in:
parent
d827ec875f
commit
e13bf7df76
@ -350,7 +350,6 @@ export function initApiSelect() {
|
|||||||
|
|
||||||
// Determine if this element is part of collapsible element.
|
// Determine if this element is part of collapsible element.
|
||||||
const collapse = findFirstAdjacent(select, '.collapse', '.content-container');
|
const collapse = findFirstAdjacent(select, '.collapse', '.content-container');
|
||||||
console.log('collapse', collapse);
|
|
||||||
if (collapse !== null) {
|
if (collapse !== null) {
|
||||||
// If this element is part of a collapsible element, only load the data when the
|
// If this element is part of a collapsible element, only load the data when the
|
||||||
// collapsible element is shown.
|
// collapsible element is shown.
|
||||||
|
Loading…
Reference in New Issue
Block a user