diff --git a/netbox/project-static/js/forms.js b/netbox/project-static/js/forms.js index f94f75c9d..c0538743b 100644 --- a/netbox/project-static/js/forms.js +++ b/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;