Browse Source

remove log

pull/2052/head
Bernd Storath 1 week ago
parent
commit
4917c2e044
  1. 1
      src/server/utils/types.ts

1
src/server/utils/types.ts

@ -80,7 +80,6 @@ export function validateZod<T>(
if (t) { if (t) {
let newMessage = null; let newMessage = null;
if (v.message.startsWith('zod.')) { if (v.message.startsWith('zod.')) {
console.log(v);
switch (v.code) { switch (v.code) {
case 'too_small': case 'too_small':
switch (v.origin) { switch (v.origin) {

Loading…
Cancel
Save