mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
remove debugger
This commit is contained in:
@@ -132,8 +132,6 @@ function(rootScope, scope, $state, i18n, CreateSelect2, GetBasePath, Rest, $q, W
|
|||||||
});
|
});
|
||||||
}).flattenDeep().value();
|
}).flattenDeep().value();
|
||||||
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
Rest.setUrl(scope.owner.related.roles);
|
Rest.setUrl(scope.owner.related.roles);
|
||||||
|
|
||||||
$q.all( _.map(roles, (entity) => Rest.post({id: entity.id})) )
|
$q.all( _.map(roles, (entity) => Rest.post({id: entity.id})) )
|
||||||
|
|||||||
Reference in New Issue
Block a user