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);