diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 4ec4cab4b95d6d0f75f1a423c987fbfbd9395662..22c84294bbd1ed5321783e4e79145dea63e395a9 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -525,17 +525,6 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
         dist[i_a:i_b] = haversine_np(plon, plat, param_nd[0, :], param_nd[1, :])
         i_a += namvs
 
-        # prof_s = aeolus_dct.get(key)
-        # prof = prof_s[0]
-        # prf_hht[i_c:i_d] = prof[:, 3]
-        # prf_hhb[i_c:i_d] = prof[:, 4]
-        # prf_azm[i_c:i_d] = prof[:, 5]
-        # prf_spd[i_c:i_d] = prof[:, 6]
-        # i_c += nlevs
-        #
-        # prf_lat[idx::] = prof[0, 0]
-        # prf_lon[idx::] = prof[0, 1]
-
     num_amvs_per_prof[:] = num_amvs
     num_levs_per_prof[:] = num_levs
     prof_time[:] = times