[gnome-software] flatpak: Drop a debug message



commit ca4a24dfdf8c8ff53904cbfa8767de97f29ceb7b
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Apr 2 10:43:49 2020 +0100

    flatpak: Drop a debug message
    
    It was getting emitted a lot (possibly on every refine operation),
    slowing things down a little, and clogging up the `--verbose` output.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 plugins/flatpak/gs-flatpak.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plugins/flatpak/gs-flatpak.c b/plugins/flatpak/gs-flatpak.c
index 72599327..20afb5ac 100644
--- a/plugins/flatpak/gs-flatpak.c
+++ b/plugins/flatpak/gs-flatpak.c
@@ -2389,7 +2389,6 @@ gs_flatpak_refine_wildcard (GsFlatpak *self, GsApp *app,
        for (guint i = 0; i < components->len; i++) {
                XbNode *component = g_ptr_array_index (components, i);
                g_autoptr(GsApp) new = NULL;
-               g_debug ("found component for wildcard %s", id);
                new = gs_appstream_create_app (self->plugin, self->silo, component, error);
                if (new == NULL)
                        return FALSE;


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