chore: remove logs

This commit is contained in:
Bereket Engida
2024-11-09 09:43:17 +03:00
parent f05e6211d7
commit 6ba58df2fd
@@ -29,8 +29,6 @@ export async function handleOAuthUserInfo(
`${c.context.baseURL}/error?error=internal_server_error`,
);
});
console.log({ dbUser, userInfo });
let user = dbUser?.user;
if (dbUser) {