diff --git a/awx/ui/client/src/license/license.controller.js b/awx/ui/client/src/license/license.controller.js index 56a586cf0d..6e2801a85f 100644 --- a/awx/ui/client/src/license/license.controller.js +++ b/awx/ui/client/src/license/license.controller.js @@ -24,7 +24,6 @@ export default // So we hide the default input, show our own, and simulate clicks to the hidden input $scope.fakeClick = function(){ $('#License-file').click(); - //document.getElementById('License-file').click(); } $scope.newLicense = {}; $scope.submit = function(event){