From dfead5b2ab9d225d948a42fe1c685e0fa22e5421 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 20 Feb 2022 08:30:05 +0000 Subject: [PATCH] scripts/eddn-report-log-errors: Don't print for 'old' G19s Companion --- scripts/eddn-report-log-errors | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 1e555dc..a322e57 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -163,9 +163,6 @@ def process_file(input_file: str) -> None: print(matches.group('err_msg')) print(line) - else: - print(line) - elif matches.group('software_name') == 'EDSM': # It's in-browser, no public source/releases if software_version >= semantic_version.Version.coerce('1.0.1'):