mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue