From fa37565a6853ee47a55000eb43728f8a3293037d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 18 Mar 2021 10:33:01 -0500 Subject: [PATCH] updates for icing intensity --- modules/icing/pirep_goes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index dd4dfc23..1dbbfe4e 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -371,7 +371,6 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct): try: ds = get_goes_datasource(ts) goes_file, t_0, _ = ds.get_file(ts) - print(goes_file, t_0) if goes_file is not None and goes_file != last_file: rpts = ice_dct[ts] for tup in rpts: -- GitLab