Skip to content

Commit

Permalink
removed code debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobascope committed Aug 8, 2024
1 parent 22cd00e commit 6108708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ValidationsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@ function ValidationsFactory(element, options) {
if (element.component === 'FormButton' && element.config.event === 'pageNavigate') {
return new PageNavigateValidations(element, options);
}
console.log("Validations Factory element", element);
console.log("Validations Factory options", options);
return new FormElementValidations(element, options);
}

Expand Down

0 comments on commit 6108708

Please sign in to comment.