mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-24 09:43:35 -05:00
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