fix: remove useless log
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 7s
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 7s
This commit is contained in:
parent
1595fb57c3
commit
6879d9195d
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user