From b98cd7552b6449175f0a821baf21086709b038fe Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Fri, 19 Mar 2021 11:40:41 -0500
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 aa6e677b..9972615f 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -270,7 +270,6 @@ def analyze2(ice_dct):
             it = tup[3]
             if it == 0:
                 cnt_0 += 1
-                print(tup[4])
             elif it == 1:
                 cnt_1 += 1
             elif it == 2:
-- 
GitLab