From 5d3bb3149acbe9ae7744d74f5628c6d570b8918e Mon Sep 17 00:00:00 2001
From: Steffen Hauf <steffen.hauf@xfel.eu>
Date: Thu, 5 Sep 2019 15:22:30 +0200
Subject: [PATCH] Remove not needed print

---
 cal_tools/cal_tools/lpdlib.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/cal_tools/cal_tools/lpdlib.py b/cal_tools/cal_tools/lpdlib.py
index fff0d401c..01997ad41 100644
--- a/cal_tools/cal_tools/lpdlib.py
+++ b/cal_tools/cal_tools/lpdlib.py
@@ -265,10 +265,8 @@ class LpdCorrections:
                 msk[midx] = BadPixels.NON_LIN_RESPONSE_REGION.value
                 numnonlin = np.count_nonzero(midx, axis=(1,2))
                 nlf += numnonlin
-            print(nlf.shape)
             nlf = nlf/float(im.shape[0] * im.shape[1])
-            print("Marked non-linear-regions")
-
+            
         # hacky way of smoothening transition region between med and low
         
         cfac = 1
-- 
GitLab