Remove forgotten debugger statement
This commit is contained in:
parent
77d3d57252
commit
743b2d1495
|
@ -721,7 +721,6 @@ describe('Multiple users with custom principalType', function() {
|
|||
|
||||
it('allows users belonging to authorized role', () => {
|
||||
logServerErrorsOtherThan(200, app);
|
||||
debugger;
|
||||
return userFromOneModel.createAccessToken()
|
||||
.then(token => {
|
||||
return supertest(app)
|
||||
|
|
Loading…
Reference in New Issue