Skip to content

Commit

Permalink
fix(ref: no-ref): fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Jul 17, 2024
1 parent c138bff commit d77fe66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/ngx-mask-lib/src/lib/ngx-mask-applier.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ export class NgxMaskApplierService {
: inputValue;
} else {
if (inputValue[0] === decimalMarker && inputValue.length > 1) {
console.log('ZALUPA111');

// eslint-disable-next-line no-param-reassign
inputValue =
MaskExpression.NUMBER_ZERO + inputValue.slice(0, inputValue.length + 1);
Expand Down

0 comments on commit d77fe66

Please sign in to comment.