Skip to content

Commit 36a2d0c

Browse files
committed
Refactor: this replay is not needed
1 parent 90f94be commit 36a2d0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Board.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class Board extends Component {
2323
this.props.store.download('makeamove')
2424
.then((moves) => {
2525
self.state.moves = moves
26-
console.log('passing here: ' + self.state.moves)
27-
self.replay(self.state.moves)
2826
})
2927
}
3028

0 commit comments

Comments
 (0)