Commit 2c773d95 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Tidying translation code

parent 8d9d6dde
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -73,10 +73,6 @@ if __name__ == "__main__":
        if ns_map[schema_tuple[0]].get('skip'):
            logging.info(f"  Skipping {schema_tuple[0]} due to config...")
            continue
        # if 'xmldsig' in (schema_tuple[1]):
        #     # TODO - work out what to do here
        #     logging.info("  Skipping XML Dsig...")
        #     continue
        js = translate_schema(schema_tuple[1], ns_map, schema_locations)

        # TODO - Special case, get rid of signature