Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Jul 25, 2024
1 parent b387b9d commit 7b4a798
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ public static void syncAthleteTimer(String fopName2, AthleteTimerElementPR timer

public static void syncBreakTimer(String fopName2, BreakTimerElementPR breakTimer) {
CountdownTimer t = getBreakTimerFromCache(fopName2);
@SuppressWarnings("unused")
var logger = (Logger) LoggerFactory.getLogger(TimerReceiverServlet.class);
//logger.debug("getBreakTimerFromCache {} {}",System.identityHashCode(t),t.getTimeRemaining());
long athleteMillis = t.getTimeRemaining();
Expand Down

0 comments on commit 7b4a798

Please sign in to comment.