Skip to content

Commit

Permalink
fix: Remove test code (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
u2032 committed Oct 12, 2018
1 parent a416842 commit 32b2b90
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ private void setDefaultByeScore( final Match match, final ObservableTournament t
match.setScoreLeft( byeRight ? tournament.getHeader( ).getScoreMax( ) : 0 );
match.setScoreDraw( 0 );
match.setScoreRight( byeLeft ? tournament.getHeader( ).getScoreMax( ) : 0 );
} else {
// TODO REMOVE THAT
match.setScoreLeft( 1 );
}
}

Expand Down

0 comments on commit 32b2b90

Please sign in to comment.