sample-usr / react-phone-input

A simple react component to format phone number as the user types
MIT License
88 stars 80 forks source link

remove console.log #64

Closed MariusAlch closed 3 years ago

sample-usr commented 6 years ago

hi @MariusAlch you need to do the changes in src/index.js not in dist/index.js (that's just the generated file from babel)

MariusAlch commented 6 years ago

there shouldn't randomly appear console.log('sdsd') in built file while there is no such thing in src directory.