From 96e004b0faf5423f0c702bcfe7b41904578988a3 Mon Sep 17 00:00:00 2001 From: Hampus Wikmark Kreuger <hampus.wikmark.kreuger@desy.de> Date: Tue, 31 May 2022 10:50:15 +0200 Subject: [PATCH] Remove print call --- src/toolbox_scs/detectors/hrixs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/toolbox_scs/detectors/hrixs.py b/src/toolbox_scs/detectors/hrixs.py index d8f94ad..615e88f 100644 --- a/src/toolbox_scs/detectors/hrixs.py +++ b/src/toolbox_scs/detectors/hrixs.py @@ -393,7 +393,6 @@ class hRIXS: return self.CURVE_A, self.CURVE_B def centroid(self, data, bins=None, return_hits=False): - print('jee') if bins is None: bins = self.BINS hit_x = [] -- GitLab