diff --git a/src/app/actions/auth.ts b/src/app/actions/auth.ts index 35428ac..d3116b9 100644 --- a/src/app/actions/auth.ts +++ b/src/app/actions/auth.ts @@ -297,7 +297,6 @@ export async function registration( } } else { - console.log(parsed); throw parsed; } } else {