Skip to content

Commit

Permalink
fix(validator): 🔇 remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 18, 2022
1 parent ff601bc commit cd032ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/options/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ export abstract class InputFieldValidator {
this.input.addClass('invalid-input');
}

console.log(this.errorElement);

if (!this.errorElement) {
const element = document.createElement('span');

Expand Down

0 comments on commit cd032ae

Please sign in to comment.