瀏覽代碼

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;