diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index a626e23..82a95c2 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -179,6 +179,12 @@ def process_file(input_file: str) -> None: if matches.group('software_version') == '2.0.0.660': print(line) + # Abandoned/unmaintained project + # + # + elif matches.group('software_name') in ('EVA [iPhone]', 'EVA [iPad]'): + pass + ################################################################### # Issues we know about, but haven't yet alerted developers to ###################################################################