1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-09 11:49:55 +02:00

🧹 Remove debug noise

This commit is contained in:
Mike Gerber 2023-11-23 16:08:49 +01:00
parent b8980bbf25
commit e51fa5750f

View file

@ -331,7 +331,6 @@ def pages_to_dict(mets, raise_errors=True) -> List[Dict]:
assert type_ assert type_
page_dict[f"structMap-LOGICAL_TYPE_{type_}"] = 1 page_dict[f"structMap-LOGICAL_TYPE_{type_}"] = 1
from pprint import pprint; pprint(page_dict); print()
result.append(page_dict) result.append(page_dict)
return result return result