chiark / gitweb /
update: remove overly verbose message about icon sizing being correct
authorHans-Christoph Steiner <hans@eds.org>
Mon, 2 Jun 2014 17:46:00 +0000 (13:46 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 5 Jun 2014 02:01:25 +0000 (22:01 -0400)
This seems like purely a debug message, I can't see why its useful in general

fdroidserver/update.py

index faf18ba635b1be1ec367b0603960addeab250888..0f7d7a9db79d8b380bc6715553582926868bbfce 100644 (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))