Skip to content

Commit

Permalink
Remove stray debugging print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Nov 22, 2024
1 parent 240bab8 commit f98a89b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glue_plotly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit f98a89b

Please sign in to comment.