Skip to content

Commit

Permalink
Generierung Anzeigetafel deaktiviert
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisfabri committed Nov 11, 2023
1 parent cd1f949 commit c0e8388
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ public static <T extends ASchwimmer> void writeAres(AWettkampf<T>[] wks, String
fos = new FileOutputStream(dir + File.separator + "lsttitpr.txt");
writeCompetitionInfo(wks, fos);
fos.close();

// writeAnzeigetafel(wks, dir);
}

private static <T extends ASchwimmer> void ensureUniqueStartnumbers(AWettkampf<T>[] wks) {
Expand Down

0 comments on commit c0e8388

Please sign in to comment.