mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
Merge pull request #1074 from logto-io/charles-remove-unnecessary-console-log
refactor(core): remove unnecessary console.log
This commit is contained in:
commit
27f16ea865
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ describe('koaAuth middleware', () => {
|
|||
},
|
||||
};
|
||||
|
||||
console.log('????????????????', tokenNotSupportedError);
|
||||
|
||||
await expect(koaAuth()(ctx, next)).rejects.toMatchError(tokenNotSupportedError);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue