mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
update: remove overly verbose message about icon sizing being correct
This seems like purely a debug message, I can't see why its useful in general
This commit is contained in:
parent
6085556a7b
commit
c6d946ed54
@ -301,9 +301,6 @@ def resize_icon(iconpath, density):
|
|||||||
iconpath, oldsize, im.size))
|
iconpath, oldsize, im.size))
|
||||||
im.save(iconpath, "PNG")
|
im.save(iconpath, "PNG")
|
||||||
|
|
||||||
else:
|
|
||||||
logging.info("%s is small enough: %s" % im.size)
|
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
logging.error("Failed resizing {0} - {1}".format(iconpath, e))
|
logging.error("Failed resizing {0} - {1}".format(iconpath, e))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user