Skip to content
Snippets Groups Projects
Commit 6cba7037 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Code cleanup

parent 23c1c5a2
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,6 @@ public class StatisticsScreen extends AbstractTablexiaScreen<Void> {
if(games.size() > 0) {
selectGame(GameDefinition.getGameDefinitionForGameNumber(i));
GameDifficulty difficulty = GameDifficulty.getByGame(games.get(0));
System.out.println("POKUS: " + difficulty);
setDifficultyButtonChecked(difficultyButtons.get(difficulty), true, difficulty);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment