[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 109/331] Remove debugging



commit 5af9ebb3d5b557a92b1c22ff5c0c94adc3b193c9
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Feb 17 12:14:37 2016 -0800

    Remove debugging

 src/plugins/gs-plugin-snappy.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/gs-plugin-snappy.c b/src/plugins/gs-plugin-snappy.c
index 7783465..bdfb05d 100644
--- a/src/plugins/gs-plugin-snappy.c
+++ b/src/plugins/gs-plugin-snappy.c
@@ -450,8 +450,6 @@ gs_plugin_app_install (GsPlugin *plugin,
 {
        gboolean result;
 
-       g_printerr ("SNAPPY: gs_plugin_app_install\n");
-
        /* We can only install apps we know of */
        if (g_strcmp0 (gs_app_get_management_plugin (app), "snappy") != 0)
                return TRUE;
@@ -471,8 +469,6 @@ gs_plugin_app_remove (GsPlugin *plugin,
 {
        gboolean result;
 
-       g_printerr ("SNAPPY: gs_plugin_app_remove\n");
-
        /* We can only remove apps we know of */
        if (g_strcmp0 (gs_app_get_management_plugin (app), "snappy") != 0)
                return TRUE;


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