mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#6372: Remove errant console.log statement
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user