diff --git a/awx/ui/client/src/controllers/Credentials.js b/awx/ui/client/src/controllers/Credentials.js index 8ccc5afd78..a64056ccd4 100644 --- a/awx/ui/client/src/controllers/Credentials.js +++ b/awx/ui/client/src/controllers/Credentials.js @@ -52,7 +52,6 @@ export function CredentialsList($scope, $rootScope, $location, $log, var itm = $scope[list.name][item_idx]; // Set the item type label - debugger; if (list.fields.kind && $scope.options && $scope.options.hasOwnProperty('kind')) { $scope.options.kind.choices.every(function(choice) {