fix: remove useless log
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 7s

This commit is contained in:
Thibaut Valentin 2025-12-31 13:59:33 +01:00
parent 1595fb57c3
commit 6879d9195d

View File

@ -36,7 +36,7 @@ public class StatsService {
LicenceStats.YearStats yearStats = stats.getLicences().get(licence.getSaison());
System.out.println("stats: " + licence.getMembre().getFname());
// System.out.println("stats: " + licence.getMembre().getFname());
if (licence.isValidate()) {
if (licence.getMembre().getGenre() == Genre.H)
yearStats.addH();