Skip to content

Commit f00a5ba

Browse files
committed
Feat: remove console log
1 parent 9f73756 commit f00a5ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/helpers/src/utils/valid.images.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import striptags from 'striptags';
88
@ValidatorConstraint({ name: 'validateContent', async: false })
99
export class ValidContent implements ValidatorConstraintInterface {
1010
validate(contentRaw: string, args: ValidationArguments) {
11-
console.log(args.object);
1211
const content = striptags(contentRaw || '');
1312
if (
1413
// @ts-ignore

0 commit comments

Comments
 (0)