Skip to content

Commit

Permalink
Revert "add snackbar message when point_mode is overridden"
Browse files Browse the repository at this point in the history
This reverts commit 3bc1ab9.
  • Loading branch information
kecnry committed Aug 30, 2024
1 parent c35b170 commit 9e6d926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lcviz/viewers.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def _apply_layer_defaults(self, layer_state):
# increased size of binned results, by default
layer_state.size = 5
layer_state.points_mode = 'markers'
from jdaviz.core.events import SnackbarMessage
self.hub.broadcast(SnackbarMessage("Layer changed to markers mode", sender=self, color='warning'))

def set_plot_axes(self):
# set which components should be plotted
Expand Down

0 comments on commit 9e6d926

Please sign in to comment.