Skip to content

Commit

Permalink
Debug mode: off
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBelcher committed Nov 22, 2016
1 parent a0068bd commit 8cbf4d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
@SuppressWarnings("unused") public class State {

private static final boolean DEBUG_MODE = true;
private static final boolean DEBUG_MODE = false;
private int currentPage;
private boolean showGrid = true;
private boolean showNames = true;
Expand Down

0 comments on commit 8cbf4d0

Please sign in to comment.