mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Removes console.log
This commit is contained in:
parent
f7737e2f94
commit
de158cb41d
@ -60,7 +60,6 @@ function AtLayoutController ($scope, $http, strings, ProcessErrors, $transitions
|
||||
const usersPath = `/api/v2/users/${vm.currentUserId}/roles/?role_field=notification_admin_role`;
|
||||
$http.get(usersPath)
|
||||
.then(({ data }) => {
|
||||
console.log(data);
|
||||
if (data.count > 0) {
|
||||
vm.isNotificationAdmin = true;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user