Skip to content

Commit

Permalink
get rid of debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Dec 17, 2024
1 parent 25d27a7 commit 29fd3b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jdaviz/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,9 +958,7 @@ def get_subsets(self, subset_name=None, spectral_only=False,
# If we only want one subset, no need to loop through them all
if subset_name is not None:
if isinstance(subset_name, str):
print(subsets)
subsets = [subset for subset in subsets if subset.label == subset_name]
print(f"Trimmed to {subsets}")
else:
raise ValueError("subset_name must be a string.")

Expand Down

0 comments on commit 29fd3b3

Please sign in to comment.