mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Remove console.log
This commit is contained in:
@@ -29,7 +29,6 @@ export default ['$scope', '$location', '$stateParams', 'OrgAdminLookup',
|
|||||||
Rest.setUrl(GetBasePath('users') + $rootScope.current_user.id + '/roles/?role_field=notification_admin_role');
|
Rest.setUrl(GetBasePath('users') + $rootScope.current_user.id + '/roles/?role_field=notification_admin_role');
|
||||||
Rest.get()
|
Rest.get()
|
||||||
.then(({data}) => {
|
.then(({data}) => {
|
||||||
console.log(data);
|
|
||||||
$scope.isNotificationAdmin = (data.count && data.count > 0);
|
$scope.isNotificationAdmin = (data.count && data.count > 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user