diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 6a87003..45a95c7 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -117,9 +117,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 matches.group('software_version') == '1.0.1': @@ -197,7 +194,14 @@ def process_file(input_file: str) -> None: else: print(line) - ################################################################### + + # Abandoned/unmaintained project + # + # + elif matches.group('software_name') == 'EVA [iPhone]': + pass + + #################################################################### # Issues we know about, but haven't yet alerted developers to ################################################################### ###################################################################