From d7d5f71e0251451aafa8a87ed5c5e98e37853da4 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 9 Mar 2021 17:32:22 -0600
Subject: [PATCH] snapshot...

---
 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 cdaea490..ace216c3 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -52,7 +52,6 @@ def get_goes_datasource(timestamp):
     files_path = goes16_directory + '/' + yr_dir + '/' + date_dir + '/abi' + '/L1b' + '/RadC/'
     ds = goes_ds_dct.get(date_dir)
     if ds is None:
-        print(date_dir)
         ds = GOESL1B(files_path)
         goes_ds_dct[date_dir] = ds
     return ds
-- 
GitLab