Skip to content

Commit

Permalink
Remove old commented debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Oct 26, 2023
1 parent cdb1920 commit 67ae9e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions satpy/composites/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,6 @@ def _weight_data(self, day_data, night_data, weights, attrs):
weights = weights.data
data = []
for b in _get_band_names(day_data, night_data):
# if self.day_night == "night_only" and self.include_alpha is False:
# import ipdb; ipdb.set_trace()
day_band = _get_single_band_data(day_data, b)
night_band = _get_single_band_data(night_data, b)
# For day-only and night-only products only the alpha channel is weighted
Expand Down

0 comments on commit 67ae9e4

Please sign in to comment.