diff --git a/qurator/mods4pandas/mods4pandas.py b/qurator/mods4pandas/mods4pandas.py index 3ac4470..62f453c 100755 --- a/qurator/mods4pandas/mods4pandas.py +++ b/qurator/mods4pandas/mods4pandas.py @@ -331,7 +331,6 @@ def pages_to_dict(mets, raise_errors=True) -> List[Dict]: assert type_ page_dict[f"structMap-LOGICAL_TYPE_{type_}"] = 1 - from pprint import pprint; pprint(page_dict); print() result.append(page_dict) return result