Skip to content

Commit

Permalink
style: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 7, 2021
1 parent b99fc19 commit 7186405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const RestrictedInputDirective: Directive = {
});
},
updated(element, binding) {
console.log(element.masked, binding.value);
if (element.masked) {
element.masked.setPattern(binding.value);
}
Expand Down

0 comments on commit 7186405

Please sign in to comment.