diff --git a/awx/ui/client/src/controllers/Credentials.js b/awx/ui/client/src/controllers/Credentials.js index c9258988a0..3c06b69182 100644 --- a/awx/ui/client/src/controllers/Credentials.js +++ b/awx/ui/client/src/controllers/Credentials.js @@ -39,7 +39,6 @@ export function CredentialsList($scope, $rootScope, $location, $log, $scope.$on(`${list.iterator}_options`, function(event, data){ $scope.options = data.data.actions.GET; - console.log($scope.options); optionsRequestDataProcessing(); });