Skip to content

Commit 082df22

Browse files
committed
Drop print
1 parent 7c357cd commit 082df22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

label_maker/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def get_tile_wms(tile, imagery, folder, imagery_offset):
104104
bbox = tile_lr_proj + tile_ul_proj
105105

106106
wms_url = imagery.replace('{bbox}', ','.join([str(b) for b in bbox]))
107-
print(wms_url)
108107
r = requests.get(wms_url)
109108
tile_img = op.join(folder, '{}.{}'.format(tile, image_format))
110109
open(tile_img, 'wb').write(r.content)

0 commit comments

Comments
 (0)