Skip to content

Commit

Permalink
remove mockadvance
Browse files Browse the repository at this point in the history
  • Loading branch information
deundrewilliams committed Aug 13, 2021
1 parent 34d0f5f commit b6b3c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/GamePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class GamePage extends React.Component {
}

this.advanceSimulation = this.advanceSimulation.bind(this);
this.mockAdvance = this.mockAdvance.bind(this);
// this.mockAdvance = this.mockAdvance.bind(this);

}

Expand Down

0 comments on commit b6b3c09

Please sign in to comment.