From f98a89b2cbaa518b65c37275496ef62ac8ca27db Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Fri, 22 Nov 2024 17:28:06 -0500 Subject: [PATCH] Remove stray debugging print statement. --- glue_plotly/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/glue_plotly/__init__.py b/glue_plotly/__init__.py index 3360579..986597d 100644 --- a/glue_plotly/__init__.py +++ b/glue_plotly/__init__.py @@ -92,8 +92,6 @@ def setup_jupyter(): from glue_jupyter.bqplot.scatter import BqplotScatterView from glue_jupyter.ipyvolume import IpyvolumeScatterView, IpyvolumeVolumeView - from glue_jupyter.ipyvolume.common.viewer import IpyvolumeBaseView - print(IpyvolumeBaseView.tools) BqplotHistogramView.tools += ['save:bqplot_plotlyhist'] BqplotImageView.tools += ['save:bqplot_plotlyimage2d'] BqplotProfileView.tools += ['save:bqplot_plotlyprofile']