[gnome-software/wip/temp/ubuntu-xenial-rebased: 177/329] Remove debugging



commit 31161a77ae5e4d8d4bbdad9fd444834b36c078b8
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Mar 29 16:31:04 2016 +1300

    Remove debugging

 src/plugins/gs-plugin-apt.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index 7c7cddf..a09552c 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -402,7 +402,6 @@ get_changelog (GsPlugin *plugin, GsApp *app)
        else
                source_prefix = g_strdup_printf ("%c", binary_source[0]);
        uri = g_strdup_printf ("http://changelogs.ubuntu.com/changelogs/binary/%s/%s/%s/changelog";, 
source_prefix, binary_source, update_version);
-       g_printerr ("%s\n", uri);
        msg = soup_message_new (SOUP_METHOD_GET, uri);
 
        status_code = soup_session_send_message (plugin->soup_session, msg);


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