From e51fa5750f787fc29a392651407493bac429221c Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 23 Nov 2023 16:08:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20debug=20noise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/mods4pandas/mods4pandas.py | 1 - 1 file changed, 1 deletion(-) 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