From 11a1ca987f5f48be516d4ced830ed7f799f33332 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Thu, 15 Dec 2016 16:06:52 -0500 Subject: [PATCH] remove debugger --- .../src/access/add-rbac-user-team/rbac-user-team.controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/src/access/add-rbac-user-team/rbac-user-team.controller.js b/awx/ui/client/src/access/add-rbac-user-team/rbac-user-team.controller.js index 665f5f6c26..3e8f637f1d 100644 --- a/awx/ui/client/src/access/add-rbac-user-team/rbac-user-team.controller.js +++ b/awx/ui/client/src/access/add-rbac-user-team/rbac-user-team.controller.js @@ -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);