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