Просмотр исходного кода

#6372: Remove errant console.log statement

checktheroads 4 лет назад
Родитель
Сommit
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.