[gnome-software] Revert "trivial: Add some more debugging for unknown icon types"



commit 785313e6735f4421ce68f7f572bd169aa347ab18
Author: Richard Hughes <richard hughsie com>
Date:   Wed Sep 28 10:08:41 2016 +0100

    Revert "trivial: Add some more debugging for unknown icon types"
    
    This reverts commit b1a09f81246d2b707b5204002adf56919e7eefef.

 src/plugins/gs-appstream.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/gs-appstream.c b/src/plugins/gs-appstream.c
index 2e14458..51b39fa 100644
--- a/src/plugins/gs-appstream.c
+++ b/src/plugins/gs-appstream.c
@@ -118,11 +118,6 @@ gs_refine_item_icon (GsPlugin *plugin, GsApp *app, AsApp *item)
        icon = gs_appstream_get_icon_by_kind (item, AS_ICON_KIND_REMOTE);
        if (icon != NULL)
                gs_app_add_icon (app, icon);
-
-       /* unhandled icon type */
-       icon = as_app_get_icon_default (item);
-       g_warning ("could not refine using icon of type: %s",
-                  as_icon_kind_to_string (as_icon_get_kind (icon)));
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]