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:
parent
b8980bbf25
commit
e51fa5750f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue