Skip to content

Commit fdcfe39

Browse files
committed
Remove outdated call to logging.debug
1 parent 801ef38 commit fdcfe39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fogpy/composites.py

-3
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,6 @@ def __call__(self, projectables, *args, **kwargs):
370370
class FogCompositorNight(FogCompositor):
371371

372372
def __call__(self, projectables, *args, **kwargs):
373-
logger.debug("Creating fog composite for {} instrument scene {}"
374-
.format(self.fullname, self.time_slot))
375-
376373
(area, lat, lon) = self._get_area_lat_lon(projectables)
377374

378375
sza = pyorbital.astronomy.sun_zenith_angle(

0 commit comments

Comments
 (0)