Skip to content

Commit

Permalink
Remove debugging print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Jul 4, 2024
1 parent cfd9bce commit e00c5d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glue_ar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def setup_qt():


def setup_jupyter():
print("Setup jupyter")
from glue_vispy_viewers.scatter.jupyter import JupyterVispyScatterViewer
from glue_vispy_viewers.volume.jupyter import JupyterVispyVolumeViewer
JupyterVispyScatterViewer.tools = [t for t in JupyterVispyScatterViewer.tools] + ["save:ar_jupyter"]
Expand Down

0 comments on commit e00c5d0

Please sign in to comment.