Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Nov 27, 2024
1 parent 6a7a77a commit 1d072b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/flows/register/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const registerFlow = async ({
| RateLimitExceeded
| "canceled"
> => {
console.log("in da registerFlow");
if (!registrationAllowed) {
const result = await registerDisabled();
result satisfies { tag: "canceled" };
Expand Down

0 comments on commit 1d072b3

Please sign in to comment.