diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 339acef10b6ad585901bb71194466864ffac511b..61f009c35f08657225fcf0d5e39f3bda68d6ba40 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -232,15 +232,4 @@ 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:])
-
-
-def create_file(filename, data_dct, ds_list):
-    #h5f_expl = h5py.File(a_clvr_file, 'r')
-    hf5 = h5py.File(filename, 'w')
-
-    for ds_name in ds_list:
-        data = data_dct[ds_name]
-        hf5.create_dataset(ds_name, data=data)
-
-    hf5.close()
\ No newline at end of file
+        print(dt_str[2:])
\ No newline at end of file