Skip to content

Commit

Permalink
delete parsed regex print
Browse files Browse the repository at this point in the history
  • Loading branch information
Divide-By-0 committed Oct 18, 2024
1 parent f937613 commit 462229c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/src/app/submit/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export const formSchema = z.object({
try {
// try to map and see if it works
getPrefixRegex(parsed);
console.log("Parsed regex: ", parsed, str);
return parsed;
}
catch (e: any) {
Expand Down

0 comments on commit 462229c

Please sign in to comment.