fix: parse + store

This commit is contained in:
2026-05-15 03:31:20 +02:00
parent 6d996a4e2f
commit 65cc2e555f
2 changed files with 2 additions and 3 deletions
@@ -27,7 +27,6 @@ def parse_objectives_and_store(logfile: LogfileSubmission) -> None:
objectives = []
deaths = []
for idx, seed, ts in parse_objectives_from_logfile(logfile):
print(idx, seed, ts)
if idx in {"-", "DEBUG", "polylan-mod"}:
continue