From 7b5459f88f36d60b3099882ab17fee36d04a451c Mon Sep 17 00:00:00 2001 From: Scisco Date: Wed, 30 Sep 2015 10:19:59 +0200 Subject: [PATCH] remove extra print --- landsat/image.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/landsat/image.py b/landsat/image.py index 4f38a7c..80c3930 100644 --- a/landsat/image.py +++ b/landsat/image.py @@ -387,8 +387,6 @@ class PanSharpen(BaseProcess): else: bands = [4, 3, 2, 8] - print kwargs - self.band8 = bands.index(8) super(PanSharpen, self).__init__(path, bands, **kwargs)