Skip to content

Commit 990f01e

Browse files
committed
remove console.log from example
1 parent eadae9f commit 990f01e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/src/Demo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class Demo extends PureComponent {
7575

7676
onStepEnter = e => {
7777
const { data, entry, direction} = e;
78-
console.log(direction);
7978
this.setState({ data });
8079
};
8180

0 commit comments

Comments
 (0)