[gnome-software/wip/ubuntu-xenial] Drop some temporary debugging code



commit f2e6ae569ceb69e297e2aa8c4704d3a723018159
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Oct 13 15:23:55 2016 +1300

    Drop some temporary debugging code

 src/plugins/gs-plugin-snap.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-snap.c b/src/plugins/gs-plugin-snap.c
index 0b31fd1..bd44d68 100644
--- a/src/plugins/gs-plugin-snap.c
+++ b/src/plugins/gs-plugin-snap.c
@@ -403,7 +403,6 @@ is_graphical (GsPlugin *plugin, GsApp *app, GCancellable *cancellable)
                const gchar *interface;
 
                // Only looks at the plugs for this snap
-               g_printerr ("~%s\n", json_object_get_string_member (plug, "snap"));
                if (g_strcmp0 (json_object_get_string_member (plug, "snap"), gs_app_get_id (app)) != 0)
                        continue;
 


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