0
Fork 0
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:
Charles Zhao 2022-06-07 22:46:56 +08:00
parent 39b1d74cfd
commit fc35c5d8dc
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -91,8 +91,6 @@ describe('koaAuth middleware', () => {
},
};
console.log('????????????????', tokenNotSupportedError);
await expect(koaAuth()(ctx, next)).rejects.toMatchError(tokenNotSupportedError);
});