[gnome-software/wip/iainl/ubuntu-xenial: 32/56] Remove debugging
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/iainl/ubuntu-xenial: 32/56] Remove debugging
- Date: Thu, 14 Apr 2016 06:32:30 +0000 (UTC)
commit ea8f61737936155a6a972ed02701389e28953f7a
Author: Robert Ancell <robert ancell canonical com>
Date: Mon Feb 15 15:22:36 2016 -0800
Remove debugging
src/plugins/gs-plugin-snappy.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-snappy.c b/src/plugins/gs-plugin-snappy.c
index 04ee1b4..7783465 100644
--- a/src/plugins/gs-plugin-snappy.c
+++ b/src/plugins/gs-plugin-snappy.c
@@ -253,7 +253,6 @@ get_apps (GsPlugin *plugin, const gchar *sources, gchar **search_terms, GList **
g_string_append (path, fields);
}
g_ptr_array_free (query_fields, TRUE);
- g_printerr ("'%s'\n", path->str);
if (!send_snapd_request (socket, "GET", path->str, NULL, &status_code, &reason_phrase,
&response_type, &response, NULL, error))
return FALSE;
@@ -355,7 +354,6 @@ get_apps (GsPlugin *plugin, const gchar *sources, gchar **search_terms, GList **
g_autoptr(SoupMessage) message = NULL;
g_autoptr(GdkPixbufLoader) loader = NULL;
- g_printerr ("'%s'\n", icon_url);
message = soup_message_new (SOUP_METHOD_GET, icon_url);
if (message != NULL) {
soup_session_send_message (plugin->soup_session, message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]