[gnome-software/wip/iainl/ubuntu-xenial: 34/56] Remove debugging
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/iainl/ubuntu-xenial: 34/56] Remove debugging
- Date: Thu, 14 Apr 2016 06:32:40 +0000 (UTC)
commit f2300b5482b5ad748bb66a2282afd91a44345f37
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]