[gnome-software] Remove debugging code from 7c19a8a



commit 8e5203dfcac5723ebcef7bc135716991d6a3fca3
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Oct 27 10:49:11 2016 +1300

    Remove debugging code from 7c19a8a

 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 5736ff2..ec5c51d 100644
--- a/src/plugins/gs-plugin-snap.c
+++ b/src/plugins/gs-plugin-snap.c
@@ -408,7 +408,6 @@ is_graphical (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]