remove debugger

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

View File

@ -131,8 +131,6 @@ function(rootScope, scope, $state, i18n, CreateSelect2, GetBasePath, Rest, $q, W
return resource.summary_fields.object_roles[scope.roleSelection[type]]
});
}).flattenDeep().value();
debugger;
Rest.setUrl(scope.owner.related.roles);