mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
remove log statement
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user