Skip to content
Snippets Groups Projects
Commit 771cb4ad authored by Antoine Roy's avatar Antoine Roy
Browse files

Remove console.log() used for debuging

parent 441376d2
No related branches found
No related tags found
1 merge request!7Change on the slide bar's UI from pluggin annotation
Pipeline #1616 failed
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment