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 authored Nov 22, 2024
1 parent 240bab8 commit 2b014ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glue_plotly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def setup_jupyter():
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 2b014ba

Please sign in to comment.