[gnome-software/wip/ubuntu-xenial] Remove debugging code



commit 5ba0ee62fe417e454be94572fe4bd5a1e1f2d93d
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Jul 4 16:30:30 2016 +1200

    Remove 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 7a296ca..f51c0a3 100644
--- a/src/plugins/gs-plugin-snap.c
+++ b/src/plugins/gs-plugin-snap.c
@@ -561,7 +561,6 @@ gs_plugin_launch (GsPlugin *plugin,
                binary_name = g_strdup_printf ("/snap/bin/%s", launch_name);
        else
                binary_name = g_strdup_printf ("/snap/bin/%s.%s", gs_app_get_id (app), launch_name);
-       g_printerr ("BINARY='%s'\n", binary_name);
 
        // FIXME: Since we don't currently know if this app needs a terminal or not we launch everything with 
one
        // https://bugs.launchpad.net/bugs/1595023


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