forked from SteamWar/SteamWar
Removed debug statement
This commit is contained in:
-1
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user