소스 검색

removed debug log

John Anderson 7 년 전
부모
커밋
af6bb53a01
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      netbox/project-static/js/forms.js

+ 0 - 1
netbox/project-static/js/forms.js

@@ -190,7 +190,6 @@ $(document).ready(function() {
 
                     if(element.getAttribute('disabled-indicator') && obj[element.getAttribute('disabled-indicator')]) {
                         // The disabled-indicator equated to true, so we disable this option
-                        console.log("hello");
                         obj.disabled = true;
                     }
                     return obj;