diff --git a/modules/deeplearning/cnn_cld_frac_mod_res.py b/modules/deeplearning/cnn_cld_frac_mod_res.py
index 24d640f0706d8d5627ef447f5e30fad9188671d2..e0f56732a84000826f4d12682295237499765763 100644
--- a/modules/deeplearning/cnn_cld_frac_mod_res.py
+++ b/modules/deeplearning/cnn_cld_frac_mod_res.py
@@ -87,8 +87,6 @@ if KERNEL_SIZE == 3:
     s = np.arange(0, int((N*128)/2) + 3, 0.5)
     x_k = slice(1, N*128 + 3)
     y_k = slice(1, N*128 + 3)
-    # x_128 = slice(3, N*128 + 3)
-    # y_128 = slice(3, N*128 + 3)
     slc_x = slice(1, 67)
     slc_y = slice(1, 67)
     x_128 = slice(4, N*128 + 4)