diff --git a/awx/ui/client/src/controllers/Credentials.js b/awx/ui/client/src/controllers/Credentials.js index 7637a7a229..49150e22c9 100644 --- a/awx/ui/client/src/controllers/Credentials.js +++ b/awx/ui/client/src/controllers/Credentials.js @@ -77,15 +77,6 @@ export function CredentialsList($scope, $rootScope, $location, $log, $scope.search(list.iterator); }); - // Load the list of options for Kind - GetChoices({ - scope: $scope, - url: defaultUrl, - field: 'kind', - variable: 'credential_kind_options', - callback: 'choicesReadyCredential' - }); - $scope.addCredential = function () { $state.transitionTo('credentials.add'); };