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



commit 0aa5352e5df54688f85af92f102e9d88f406bcb9
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 17f34b8..64c48d2 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_show_update (GS_APP_WIDGET (widget), TRUE);
                gs_app_widget_set_app (GS_APP_WIDGET (widget), app);


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