Skip to content

Commit 54b3bf6

Browse files
geriuxhannigand
authored andcommitted
Remove console log (#9)
Removes unnecessary console log
1 parent 3ddb7fa commit 54b3bf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UIStepper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class UIStepper extends Component {
8282
this.state = {
8383
value: this.props.initialValue,
8484
};
85-
console.log(this.props);
8685
}
8786
decrement = () => {
8887
const { steps, onDecrement } = this.props;

0 commit comments

Comments
 (0)