Skip to content

Commit

Permalink
Merge pull request #105 from Carifio24/remove-debug-print
Browse files Browse the repository at this point in the history
Remove stray debugging print statement
  • Loading branch information
Carifio24 authored Nov 23, 2024
2 parents 240bab8 + f98a89b commit 23a79c9
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 23a79c9

Please sign in to comment.