remove log

This commit is contained in:
Peter Maquiran
2024-06-19 19:11:27 +01:00
parent 34dbd84f86
commit c7b5d7791c
@@ -44,7 +44,6 @@ export function APINODReturn(schema: z.ZodTypeAny, data , path: string, tracing?
try {
// Validate the result using the provided schema
console.log({schema, data})
schema.parse(data);
} catch (error) {