[gnome-software] trivial: Remove some debugging that crept in



commit c22c8b4db4c5872d062a83236afe33481d2d6807
Author: Richard Hughes <richard hughsie com>
Date:   Fri Sep 20 16:02:45 2013 +0100

    trivial: Remove some debugging that crept in

 src/plugins/gs-plugin-systemd-updates.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-systemd-updates.c b/src/plugins/gs-plugin-systemd-updates.c
index 7e41d2f..cc50489 100644
--- a/src/plugins/gs-plugin-systemd-updates.c
+++ b/src/plugins/gs-plugin-systemd-updates.c
@@ -76,7 +76,6 @@ gs_plugin_add_updates (GsPlugin *plugin,
        /* add them to the new array */
        package_ids = g_strsplit (data, "\n", -1);
        for (i = 0; package_ids[i] != NULL; i++) {
-               g_warning ("%s", package_ids[i]);
                app = gs_app_new (NULL);
                gs_app_set_management_plugin (app, "PackageKit");
                gs_app_set_metadata (app,


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