Remove unnecessary log statement

This commit is contained in:
Konstantin Wohlwend 2024-11-30 23:29:33 -08:00
parent cec718f542
commit d05ce2e3e2

View File

@ -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({