[gnome-software/wip/temp/ubuntu-xenial-rebased: 109/326] Remove debugging
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased: 109/326] Remove debugging
- Date: Fri, 29 Apr 2016 09:56:29 +0000 (UTC)
commit caac8cca63036344c131d39c21c9c2854c5f9f0f
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]