Removed debug statement

This commit is contained in:
D4rkr34lm
2024-08-18 11:19:35 +02:00
parent 817c522d9a
commit a780385599
@@ -121,7 +121,6 @@ public class TraceRepository {
List<TNTPoint> records = new ArrayList<>();
for (int i = 0; i < trace.getRecordsCount(); i++) {
records.add(readTraceRecord(inputStream));
System.out.println("Read record " + i + " of " + trace.getRecordsCount());
}
Map<Integer, List<TNTPoint>> histories = new HashMap<>();