From 7fe98b01641b5365a5ad734cc639429305136aa1 Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Tue, 10 Nov 2015 23:54:20 +0100 Subject: [PATCH] Remove debug printout from pps reader Signed-off-by: Adam.Dybbroe --- mpop/satin/nc_pps_l2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpop/satin/nc_pps_l2.py b/mpop/satin/nc_pps_l2.py index 841fd021..ff7079cf 100644 --- a/mpop/satin/nc_pps_l2.py +++ b/mpop/satin/nc_pps_l2.py @@ -612,9 +612,9 @@ def _read_metadata(self): else: self.mda.update({key: dks[key]}) - LOG.debug("Key, shape, granule_length, swath_width: %s %s %s %s", - str(key), str(shape), - str(self.granule_lengths[0]), str(swath_width)) + # LOG.debug("Key, shape, granule_length, swath_width: %s %s %s %s", + # str(key), str(shape), + # str(self.granule_lengths[0]), str(swath_width)) # initiate data arrays self.shape = swath_length, swath_width