Преглед на файлове

#6372: Remove errant console.log statement

checktheroads преди 4 години
родител
ревизия
dc79f80366
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      netbox/project-static/src/select/api.ts

+ 0 - 1
netbox/project-static/src/select/api.ts

@@ -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.