comment out debug statements

This commit is contained in:
2025-08-08 14:08:40 +02:00
parent e88c1a3d49
commit 853beb07d2
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ public class LoadingBar extends AbstractProgressBar {
print("Ankunftszeit: ");
var startTime = LocalTime.parse(br.readLine(), FormatTools.TIME_FORMATTER).truncatedTo(ChronoUnit.MINUTES);
var lb = new LoadingBar(startTime);
boolean passedMinutesZero = true;
// boolean passedMinutesZero = true; // DEBUG
if (lb.hasMittagspauseArrived()) {
// if (lb.hasMittagspauseArrived(passedMinutesZero)) { // DEBUG
handleMittagspause(br, lb);