0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: remove unnecessary console log (#2492)

This commit is contained in:
Charles Zhao 2022-11-22 09:59:37 +08:00 committed by GitHub
parent 538b07e996
commit 800a019689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,6 @@ export default function profileRoutes<T extends AnonymousRouter>(router: T, prov
new RequestError({ code: 'user.identity_not_exists', status: 404 })
);
console.log('##############shit:', userId, target);
await deleteUserIdentity(userId, target);
ctx.status = 204;