Remove forgotten debugger statement

This commit is contained in:
Miroslav Bajtoš 2018-03-22 09:21:44 +01:00
parent 77d3d57252
commit 743b2d1495
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 0 additions and 1 deletions

View File

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