diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 09c8f64083d47d9fb7b08c1835e920bad5b275f2..1e1b15997e00b24e99427b27703b77e5d794d7b1 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -796,8 +796,6 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
     print(data.shape)
     data = np.expand_dims(data, axis=0)
     print(data.shape)
-    dn = denormalize(grd_c, label_param, mean_std_dct)
-    return hr_grd_c, grd_c, dn
 
     nn = SRCNN()
     out_sr = nn.run_evaluate(data, ckpt_dir)