Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrydlewski committed May 26, 2016
1 parent 9f09ce4 commit 2f9aa4f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class SmartChessBoard extends React.Component {

_undo() {
this.game.undo();
console.log(this.game.fen());
this.setState({
fen: this.game.fen()
});
Expand Down Expand Up @@ -87,7 +86,6 @@ class SmartChessBoard extends React.Component {
}

_onSnapEnd() {
console.log(this.game.fen());
this.setState({
fen: this.game.fen()
});
Expand Down

0 comments on commit 2f9aa4f

Please sign in to comment.