remove debugger

This commit is contained in:
Leigh Johnson
2016-12-15 16:06:52 -05:00
parent ad89483c1e
commit 11a1ca987f

View File

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