Feat: remove console log

This commit is contained in:
Nevo David 2025-08-04 14:35:48 +07:00
parent 9f737560fb
commit f00a5ba900
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import striptags from 'striptags';
@ValidatorConstraint({ name: 'validateContent', async: false })
export class ValidContent implements ValidatorConstraintInterface {
validate(contentRaw: string, args: ValidationArguments) {
console.log(args.object);
const content = striptags(contentRaw || '');
if (
// @ts-ignore