From b0d097c97140ba595529d60de43c472ffc5c6d6b Mon Sep 17 00:00:00 2001 From: Erik O Gabrielsson Date: Tue, 26 Mar 2024 19:37:12 +0100 Subject: [PATCH] Remove debug print --- wsidicom/metadata/schema/dicom/fields.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wsidicom/metadata/schema/dicom/fields.py b/wsidicom/metadata/schema/dicom/fields.py index f30ad0d..5318a24 100644 --- a/wsidicom/metadata/schema/dicom/fields.py +++ b/wsidicom/metadata/schema/dicom/fields.py @@ -373,7 +373,6 @@ def pre_load(self, dataset: Dataset, **kwargs): @post_load def post_load(self, data: Dict[str, Any], **kwargs): - print("post_load", data) return self._load_type(**data)