diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py
index de0778fe4de4735506b2045a2e06bd15658f1189..8728acfc922be743ff0f92723e12267724de8880 100644
--- a/modules/deeplearning/cloud_fraction_fcn_abi.py
+++ b/modules/deeplearning/cloud_fraction_fcn_abi.py
@@ -839,8 +839,6 @@ class SRCNN:
         cp = get_grid_values_all(h5f, label_param)
         t1 = time.time()
         print('   read time:', (t1-t0))
-        # lons = get_grid_values_all(h5f, 'longitude')
-        # lats = get_grid_values_all(h5f, 'latitude')
 
         bt_nh = bt[0:h_y_len + 1, :]
         refl_nh = refl[0:h_y_len + 1, :]