Skip to content

Commit

Permalink
CLN: move printing "found image" to debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Günther committed Aug 18, 2024
1 parent 38c6694 commit 7f86c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygimli/viewer/mpl/overlayimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def underlayBKGMap(ax, mode='MAP', utmzone=32, epsg=0, imsize=2500, uuid='',
with open(imname, 'wb') as output:
output.write(response.read())
else:
pg.info('Found image file: ' + imname)
pg.debug('Found image file: ' + imname)

im = mpimg.imread(imname)
bb = [int(bi) for bi in box.split(',')] # bounding box
Expand Down

0 comments on commit 7f86c39

Please sign in to comment.