Skip to content

Commit

Permalink
removes unneeded console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 7, 2024
1 parent 03988c7 commit 5d6053c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/build/recipe/emailverification/recipeImplementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function getRecipeInterface(querier, getEmailForRecipeUserId) {
},
};
} else {
console.error("Email verification failed", response);
return {
status: "EMAIL_VERIFICATION_INVALID_TOKEN_ERROR",
};
Expand Down

0 comments on commit 5d6053c

Please sign in to comment.