From 67ae9e401a5c0e6b9952596043f0f619786eaf4e Mon Sep 17 00:00:00 2001 From: Panu Lahtinen Date: Thu, 26 Oct 2023 11:06:16 +0300 Subject: [PATCH] Remove old commented debug code --- satpy/composites/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/satpy/composites/__init__.py b/satpy/composites/__init__.py index 62ac07aad8..c6883f9ab9 100644 --- a/satpy/composites/__init__.py +++ b/satpy/composites/__init__.py @@ -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