Skip to content

Commit 907a68c

Browse files
committed
remove prints
1 parent 974d640 commit 907a68c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

label_maker/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ def get_tile_tif(tile, imagery, folder, kwargs):
148148
src.read(k, window=window, out=data[i], boundless=True)
149149
# save
150150
tile_img = op.join(folder, '{}{}'.format(tile, '.tif'))
151-
print('tile_img')
152-
print(tile_img)
153151
with rasterio.open(tile_img, 'w', driver='GTiff', height=256,
154152
width=256, count=band_count, dtype=profile['dtype']) as w:
155153
w.write(data)

0 commit comments

Comments
 (0)