Skip to content

Commit

Permalink
removed console log from phone input component
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed May 15, 2024
1 parent 65ba955 commit 1a58d36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addon/components/phone-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export default class PhoneInputComponent extends Component {
const { onInput } = this.args;
const number = this.iti.getNumber(intlTelInput.utils.numberFormat.E164);

console.log(number);

if (typeof onInput === 'function') {
onInput(number, ...arguments);
}
Expand Down

0 comments on commit 1a58d36

Please sign in to comment.