diff --git a/src/HMSInput.js b/src/HMSInput.js index 38fd2e992b10839f21b01285aa7f244b41adbdfa..d8ac26318210a7252c78282e231e46a11f0308ec 100644 --- a/src/HMSInput.js +++ b/src/HMSInput.js @@ -39,8 +39,6 @@ class HMSInput extends Component { const { state } = this; state[ev.target.name] = Number(ev.target.value); onChange(state.hours * 3600 + state.minutes * 60 + state.seconds); - console.log('h : ' + state.hours + ' m : ' + state.minutes + ' s : ' + state.seconds) - } /** Render */