Skip to content

Commit

Permalink
Remove debug printout from pps reader
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c20671.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed Nov 10, 2015
1 parent 6a1524a commit 7fe98b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mpop/satin/nc_pps_l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fe98b0

Please sign in to comment.