diff --git a/deno/lib/types.ts b/deno/lib/types.ts index 3241e0f57..d41e66181 100644 --- a/deno/lib/types.ts +++ b/deno/lib/types.ts @@ -2156,7 +2156,6 @@ type ZodOriginType = [ function getSourceType(type: T): ZodSourceType { if (type._def.typeName === ZodFirstPartyTypeKind.ZodLazy) { - console.log("lazy"); return getSourceType( (type as unknown as ZodLazy).schema ) as ZodSourceType; diff --git a/src/types.ts b/src/types.ts index 9e3573f06..d32db550a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2156,7 +2156,6 @@ type ZodOriginType = [ function getSourceType(type: T): ZodSourceType { if (type._def.typeName === ZodFirstPartyTypeKind.ZodLazy) { - console.log("lazy"); return getSourceType( (type as unknown as ZodLazy).schema ) as ZodSourceType;