Explorar el Código

removed debug log

John Anderson hace 7 años
padre
commit
af6bb53a01
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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')]) {
                     if(element.getAttribute('disabled-indicator') && obj[element.getAttribute('disabled-indicator')]) {
                         // The disabled-indicator equated to true, so we disable this option
                         // The disabled-indicator equated to true, so we disable this option
-                        console.log("hello");
                         obj.disabled = true;
                         obj.disabled = true;
                     }
                     }
                     return obj;
                     return obj;