Skip to content

Commit 17b52d6

Browse files
committed
remove print
1 parent 757c733 commit 17b52d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

label_maker/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def download_tile_tms(tile, imagery, folder, kwargs):
7272
t = [str(t[0]), str(t[1]), str(t[2])]
7373
token = os.environ.get("IMAGE_TOKEN")
7474
fullUrl = imagery + token
75-
print(fullUrl)
7675
r = requests.get(url(t, fullUrl),
7776
auth=kwargs.get('http_auth'))
7877
img = np.array(Image.open(io.BytesIO(r.content)), dtype=np.uint8)

0 commit comments

Comments
 (0)