Skip to content

Commit

Permalink
Remove log info instrument
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <adam.dybbroe@smhi.se>
  • Loading branch information
adybbroe committed Oct 12, 2018
1 parent 757082e commit 605a5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trollsched/satpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def __init__(self, satellite, risetime, falltime, **kwargs):
instrument = kwargs.get('instrument', None)
tle1 = kwargs.get('tle1', None)
tle2 = kwargs.get('tle2', None)
logger.info("instrument: %s", str(instrument))
# logger.info("instrument: %s", str(instrument))
if isinstance(instrument, list):
logger.warning("Instrument is a list! Assume avhrr...")
instrument = 'avhrr'
Expand Down

0 comments on commit 605a5e6

Please sign in to comment.