Skip to content

Commit

Permalink
fix(#890): fix(#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Aug 18, 2023
1 parent 0ad1a99 commit 704f366
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions projects/ngx-mask-lib/src/lib/ngx-mask.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -932,11 +932,4 @@ export class NgxMaskDirective implements ControlValueAccessor, OnChanges, Valida
}
});
}

// _private showWarning(inputValue: boolean | any) {
// console.warn(
// 'Please check your control. Mask waiting for number | string, but current value:',
// inputValue
// );
// }
}

0 comments on commit 704f366

Please sign in to comment.