Skip to content

Commit 5e902fc

Browse files
committed
MAINT: Remove debug
1 parent 680a8c3 commit 5e902fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

itkwidgets/integrations/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def _detect_render_type(data, input_type) -> RenderType:
178178
if isinstance(data, itk.Image):
179179
return RenderType.IMAGE
180180
elif isinstance(data, itk.PointSet):
181-
print(f'isinstance(data, itk.PointSet)', flush=True)
182181
return RenderType.POINT_SET
183182
if HAVE_MULTISCALE_SPATIAL_IMAGE:
184183
from multiscale_spatial_image import MultiscaleSpatialImage

0 commit comments

Comments
 (0)