Skip to content

Commit

Permalink
remove irrelevant comment
Browse files Browse the repository at this point in the history
(moved to section below in prev commit
  • Loading branch information
kecnry committed Dec 6, 2024
1 parent bd16688 commit 86dffd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jdaviz/core/template_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,6 @@ def __init__(self, plugin, items, selected, viewer,
handler=lambda _: self._update_layer_items())
self.hub.subscribe(self, SubsetCreateMessage,
handler=lambda _: self._on_subset_created())
# will need SubsetUpdateMessage for name only (style shouldn't force a full refresh)
self.hub.subscribe(self, SubsetUpdateMessage,
handler=lambda _: self._update_layer_items())
self.hub.subscribe(self, SubsetDeleteMessage,
Expand Down

0 comments on commit 86dffd8

Please sign in to comment.