Commit 0713aba7 by Antti Tönkyrä

non-needed debugging..

1 parent f95aa4ea
...@@ -104,7 +104,6 @@ public class TournamentCreateView extends GenericCDIView { ...@@ -104,7 +104,6 @@ public class TournamentCreateView extends GenericCDIView {
} }
tournamentRules = tournamentBean.getRulesByGame(game); tournamentRules = tournamentBean.getRulesByGame(game);
System.out.println(tournamentRules);
break; break;
case "selectRuleset": case "selectRuleset":
if (rulesetName != null && rulesetName.length() > 0) { if (rulesetName != null && rulesetName.length() > 0) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!