From 0b410fb6a895066ce082ae84484706328dc873da Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 6 Feb 2017 13:21:38 -0500 Subject: [PATCH] remove log statement --- awx/ui/client/src/controllers/Credentials.js | 1 - 1 file changed, 1 deletion(-) 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(); });