[gnome-software/gnome-3-10] trivial: Remove some over-verbose startup debugging



commit 56cb727e7d618491bd69c50b47c3b39444076175
Author: Richard Hughes <richard hughsie com>
Date:   Thu Sep 26 16:28:33 2013 +0100

    trivial: Remove some over-verbose startup debugging

 src/gs-shell-updates.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-updates.c b/src/gs-shell-updates.c
index 0fac3da..b70d618 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -130,7 +130,6 @@ gs_shell_updates_get_updates_cb (GsPluginLoader *plugin_loader,
        }
        for (l = list; l != NULL; l = l->next) {
                app = GS_APP (l->data);
-               g_debug ("adding update %s, kind %d state %d", gs_app_get_id (app), gs_app_get_kind (app), 
gs_app_get_state (app));
                widget = gs_app_widget_new ();
                gs_app_widget_set_app (GS_APP_WIDGET (widget), app);
                gtk_container_add (GTK_CONTAINER (priv->list_box_updates), widget);


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