diff --git a/modules/util/plot.py b/modules/util/plot.py
index d3b02ac667b47862a81f95d7a0b3d35e0d32a127..a3adf10ef7710f585f60297b5a6aef46d285b8f8 100644
--- a/modules/util/plot.py
+++ b/modules/util/plot.py
@@ -282,9 +282,8 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite,
             ax.scatter(lons, lats, s=200.0, marker='^', color='black', transform=ccrs.PlateCarree())
             lons = ice_lons_vld[ice_intensity == -1]
             lats = ice_lats_vld[ice_intensity == -1]
-            ax.scatter(lons, lats, s=500.0, marker='o', color='white', transform=ccrs.PlateCarree())
-            ax.scatter(lons, lats, s=200.0, marker='o', color='green', transform=ccrs.PlateCarree())
-
+            # ax.scatter(lons, lats, s=500.0, marker='o', color='white', transform=ccrs.PlateCarree())
+            # ax.scatter(lons, lats, s=200.0, marker='o', color='green', transform=ccrs.PlateCarree())
 
     title = satellite+', '+clvrx_str_time+'  >50% Probability Icing'
     plt.title(title, loc='left', fontweight='bold', fontsize=24)