diff --git a/modules/deeplearning/cloudheight.py b/modules/deeplearning/cloudheight.py
index f6694ebd46df8350b0deeb3a3fe0dfd8059f2ce9..7ad613ab6528d2edc97389d785176403a42ca868 100644
--- a/modules/deeplearning/cloudheight.py
+++ b/modules/deeplearning/cloudheight.py
@@ -405,7 +405,6 @@ class CloudHeightNN:
         vprof = np.concatenate(vprof)
 
         sfc = np.concatenate(sfc)
-        # sfc = np.reshape(sfc, (sfc.shape[0], 1))
 
         return images, vprof, label, sfc