Skip to content

Commit 0355f58

Browse files
committed
chore: console.log() removal and unused ts-expect-error
1 parent 3c157e2 commit 0355f58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/src/features/upload/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export function reformatInstrumentData({
128128

129129
export function getZodTypeName(schema: z.ZodTypeAny, isOptional?: boolean): ZodTypeNameResult {
130130
const def: unknown = schema._def;
131-
console.log('zod def', def);
132131
if (isZodTypeDef(def)) {
133132
if (isZodOptionalDef(def)) {
134133
return getZodTypeName(def.innerType, true);

0 commit comments

Comments
 (0)