Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 732e544

Browse files
committed
Remove a comment and console.log
1 parent fef3c91 commit 732e544

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/view/components/toolbar/InputSlider.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ class InputSlider extends React.Component<ISliderProps, any, any> {
8787
const newValue = event.target.validity.valid
8888
? event.target.value
8989
: this.state.value;
90-
// this.setState({ value: newValue });
9190
if (this.props.onUpdateValue) {
92-
console.log(this.props.type, newValue);
9391
this.props.onUpdateValue(this.props.type as SENSOR_LIST, newValue);
9492
}
9593
return newValue;

0 commit comments

Comments
 (0)