diff --git a/clients/client/typescript-fetch/src/contrib/utils.ts b/clients/client/typescript-fetch/src/contrib/utils.ts index 7e2c9def75..de7723eb90 100644 --- a/clients/client/typescript-fetch/src/contrib/utils.ts +++ b/clients/client/typescript-fetch/src/contrib/utils.ts @@ -53,7 +53,6 @@ export const handleFlowError = return; case 410: // Expired const body = await toBody(err.response); - console.log({body}) if (isSelfServiceFlowExpiredError(body)) { opts.onRestartFlow(body.use_flow_id); return;