Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CPBridge committed Jan 18, 2024
1 parent 2fad5ef commit 25661f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/highdicom/sr/value_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,6 @@ def __init__(
GraphicTypeValues3D.POLYGON,
GraphicTypeValues3D.ELLIPSE,
):
print(graphic_data)
if not are_points_coplanar(graphic_data):
raise ValueError(
'Graphic data of a 3D scoord of type '
Expand Down

0 comments on commit 25661f6

Please sign in to comment.