diff --git a/csst_ifs_sim/support/cosmicrays.py b/csst_ifs_sim/support/cosmicrays.py index e9d1c5c32c2975930153bb1f81ae119c56a943a7..632649b8895da4e335573df64ca1cc6bbf38a237 100644 --- a/csst_ifs_sim/support/cosmicrays.py +++ b/csst_ifs_sim/support/cosmicrays.py @@ -358,8 +358,8 @@ class cosmicrays(): area_cr = np.count_nonzero(self.cosmicrayMap) covering = 100.*area_cr / (self.xsize*self.ysize) - text = 'The cosmic ray covering factor is %i pixels i.e. %.3f per cent' % (area_cr, covering) - self.log.info(text) + # text = 'The cosmic ray covering factor is %i pixels i.e. %.3f per cent' % (area_cr, covering) + # self.log.info(text) # if verbose: # print( text)