mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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.$on(`${list.iterator}_options`, function(event, data){
|
||||||
$scope.options = data.data.actions.GET;
|
$scope.options = data.data.actions.GET;
|
||||||
console.log($scope.options);
|
|
||||||
optionsRequestDataProcessing();
|
optionsRequestDataProcessing();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user