1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02: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:
Hans-Christoph Steiner 2014-06-02 13:46:00 -04:00
parent 6085556a7b
commit c6d946ed54

View File

@ -301,9 +301,6 @@ def resize_icon(iconpath, density):
iconpath, oldsize, im.size))
im.save(iconpath, "PNG")
else:
logging.info("%s is small enough: %s" % im.size)
except Exception, e:
logging.error("Failed resizing {0} - {1}".format(iconpath, e))