remove extra print

This commit is contained in:
Scisco
2015-09-30 10:19:59 +02:00
parent 7e4e54acf9
commit 7b5459f88f

View File

@@ -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)