Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Mar 26, 2024
1 parent 6a35682 commit b0d097c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wsidicom/metadata/schema/dicom/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit b0d097c

Please sign in to comment.