diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py
index 0266abf82b84bb1027e5fba3a50e9d0853969fc4..6cf258c846990a6190f26f40e5867f8cc312ea9b 100644
--- a/modules/deeplearning/icing_fcn.py
+++ b/modules/deeplearning/icing_fcn.py
@@ -579,12 +579,6 @@ class IcingIntensityFCN:
         flt_alt = h5f['flight_altitude'][:]
         tst_idxs = np.arange(time.shape[0])
 
-        # For testing, make better
-        # print('total: ', len(tst_idxs))
-        # keep = flt_alt < 3400
-        # # keep = np.logical_and(flt_alt > 8000, flt_alt < 15000)
-        # tst_idxs = tst_idxs[keep]
-
         self.num_data_samples = len(tst_idxs)
 
         self.get_test_dataset(tst_idxs)