Skip to content

Commit

Permalink
Remove left over print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed May 7, 2020
1 parent 213e4e1 commit 9b518e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions trollimage/xrimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def __setitem__(self, key, item):

def close(self):
"""Close the file."""
print("Closing: ", self.overviews, self.overviews_resampling, self.overviews_minsize)
if self.overviews is not None:
overviews = self.overviews
# it's an empty list
Expand Down Expand Up @@ -576,7 +575,6 @@ def rio_save(self, filename, fformat=None, fill_value=None,
continue

r_file.rfile.update_tags(**tags)
print(overviews)
r_dataset = RIODataset(r_file, overviews,
overviews_resampling=overviews_resampling,
overviews_minsize=overviews_minsize)
Expand Down

0 comments on commit 9b518e1

Please sign in to comment.