mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor(core): remove unnecessary console.log
This commit is contained in:
parent
39b1d74cfd
commit
fc35c5d8dc
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