File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -334,13 +334,13 @@ export class LogObjectBuilder {
334
334
throw new Error ( 'Cannot log from a committed log object' ) ;
335
335
}
336
336
337
- const result = this . isComplete ( this . logData ) ;
338
- if ( ! result ) {
339
- const parsed = LogObjectSchema . safeParse ( this . logData ) ;
340
- if ( ! parsed . success ) {
341
- console . error ( 'Log data is not complete' , parsed . error . issues ) ;
342
- }
343
- }
337
+ // const result = this.isComplete(this.logData);
338
+ // if (!result) {
339
+ // const parsed = LogObjectSchema.safeParse(this.logData);
340
+ // if (!parsed.success) {
341
+ // console.error('Log data is not complete', parsed.error.issues);
342
+ // }
343
+ // }
344
344
345
345
// Update execution time if we have a createdAt
346
346
if ( this . logData . createdAt && this . logData . createdAt instanceof Date ) {
You can’t perform that action at this time.
0 commit comments