diff --git a/packages/components/src/secureZodParser.ts b/packages/components/src/secureZodParser.ts index 00a1badac..999359d18 100644 --- a/packages/components/src/secureZodParser.ts +++ b/packages/components/src/secureZodParser.ts @@ -26,7 +26,6 @@ export class SecureZodSchemaParser { * @throws Error if the schema is invalid or contains unsafe patterns */ static parseZodSchema(schemaString: string): z.ZodTypeAny { - console.log('parseZodSchema = ', schemaString) try { // Remove comments and normalize whitespace const cleanedSchema = this.cleanSchemaString(schemaString)