Skip to content

Commit f784498

Browse files
committed
remove logging
1 parent be18b8a commit f784498

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/dto/validation/validation-exception.dto.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ValidationErrorInfo } from './validation-error-info.dto';
44
export class ValidationExceptionDto {
55
constructor(exception: ValidationException) {
66
this.errors = exception.validationErrors;
7-
console.log({ exception });
87
}
98
readonly errors: ValidationErrorInfo[];
109
readonly errorMessage = 'Validation Exception';

0 commit comments

Comments
 (0)