Przeglądaj źródła

removed debug log

John Anderson 7 lat temu
rodzic
commit
af6bb53a01
1 zmienionych plików z 0 dodań i 1 usunięć
  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;