Skip to content

Commit

Permalink
remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliL committed Dec 28, 2024
1 parent fdcbe3d commit 07238a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/views/ZodUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export function amountSchema(
regExpCache.set(decimalPlaces, pattern);
}

console.log(message, decimalPlaces, pattern);

return number(zodMessage)
.refine((num) => pattern.test("" + num), { message: message })
.transform((num) => Number(num));
Expand Down

0 comments on commit 07238a9

Please sign in to comment.