diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index b8a12e12a58d57dadc526321f7aa1cbe342ebe3b..d07f6951428621bf962b3e45b888c319e80d0678 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -171,7 +171,6 @@ def analyze(ice_dct, no_ice_dct): ds = get_goes_datasource(ts) goes_file, t_0, _ = ds.get_file(ts) dt_obj, tt_tup = get_time_tuple_utc(ts) - print(os.path.split(goes_file)[1], tt_tup) if goes_file is not None and goes_file != last_file: no_ice_files.append(goes_file) no_ice_times.append(t_0) @@ -209,7 +208,7 @@ def analyze(ice_dct, no_ice_dct): filename = os.path.split(files[i])[1] so = re.search('_s\\d{11}', filename) dt_str = so.group() - #print(dt_str[2:]) + print(dt_str[2:]) def create_file(filename, ds_list, ds_types):