diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 4635aed..42032ff 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -81,27 +81,7 @@ def process_file(input_file: str) -> None: elif matches.group('software_name') == 'EDDLite': # https://github.com/EDDiscovery/EDDLite/releases/tag/latest if software_version >= semantic_version.Version.coerce('2.2.0'): - if matches.group('schema_ref') in ( - 'https://eddn.edcd.io/schemas/shipyard/2', - 'https://eddn.edcd.io/schemas/outfitting/2', - ): - # Failed Validation "[]" - if ( - matches.group('err_msg').startswith('Failed Validation "[]"') - ): - # - pass - - elif matches.group('err_msg') == 'Failed Validation "[]"': - # Reported via Discord PM to Robby 2022-01-07 - pass - - else: - print(line) - - else: - print(line) + print(line) elif matches.group('software_name') == 'EDDI': # https://github.com/EDCD/EDDI/releases/latest