mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 21:16:27 -06:00
removed debug log
This commit is contained in:
parent
2d7e5a57e7
commit
af6bb53a01
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user