Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 8, 2023
1 parent dfc9cd7 commit 0af54a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/validation/src/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class Validation {

for (const [name, params] of entries(parsedValidateProperty)) {
const validator = this.getValidator(name);
console.log("validator name", validator.validatorName);
try {
validator(value, params);
} catch (e) {
Expand Down

0 comments on commit 0af54a5

Please sign in to comment.