remove log statement

This commit is contained in:
John Mitchell 2017-02-06 13:21:38 -05:00
parent e9acdd79a3
commit 0b410fb6a8

View File

@ -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();
});