mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Remove unnecessary log statement
This commit is contained in:
parent
cec718f542
commit
d05ce2e3e2
@ -63,7 +63,6 @@ export const POST = createSmartRouteHandler({
|
||||
throw new StackAssertionError("Failed to fetch user info? This should never happen", { text, userInfoResponse });
|
||||
}
|
||||
const userInfoResponseBody = await userInfoResponse.json();
|
||||
console.log("BBBBBBBB", userInfoResponseBody);
|
||||
|
||||
const accountId = userInfoResponseBody.sub;
|
||||
const mapping = await prismaClient.idPAccountToCdfcResultMapping.findUnique({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user