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:
parent
538b07e996
commit
800a019689
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue