[gnome-todo/wip/gbsneto/plugins] project: remove spurious messages
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/wip/gbsneto/plugins] project: remove spurious messages
- Date: Tue, 29 Dec 2015 22:09:09 +0000 (UTC)
commit 05fa7222454faced464f6503eed6d1d737378b08
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Dec 29 20:08:46 2015 -0200
project: remove spurious messages
plugins/eds/gtd-provider-local.c | 2 --
src/gtd-manager.c | 2 --
src/gtd-plugin-manager.c | 2 --
3 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/plugins/eds/gtd-provider-local.c b/plugins/eds/gtd-provider-local.c
index ead45ea..5736f6b 100644
--- a/plugins/eds/gtd-provider-local.c
+++ b/plugins/eds/gtd-provider-local.c
@@ -124,8 +124,6 @@ gtd_provider_local_update_task_list (GtdProvider *provider,
{
gtd_provider_eds_update_task_list (GTD_PROVIDER_EDS (provider), list);
- g_message ("%s: updating task list", G_STRFUNC);
-
g_signal_emit_by_name (provider, "list-changed", list);
}
diff --git a/src/gtd-manager.c b/src/gtd-manager.c
index 825ff70..49fabeb 100644
--- a/src/gtd-manager.c
+++ b/src/gtd-manager.c
@@ -629,8 +629,6 @@ gtd_manager_save_task_list (GtdManager *manager,
provider = gtd_task_list_get_provider (list);
- g_message ("%s", G_STRFUNC);
-
gtd_provider_update_task_list (provider, list);
}
diff --git a/src/gtd-plugin-manager.c b/src/gtd-plugin-manager.c
index 8407118..8f075b9 100644
--- a/src/gtd-plugin-manager.c
+++ b/src/gtd-plugin-manager.c
@@ -181,8 +181,6 @@ on_plugin_loaded (PeasEngine *engine,
PeasPluginInfo *info,
GtdPluginManager *self)
{
- g_message ("%s", G_STRFUNC);
-
if (peas_engine_provides_extension (engine, info, GTD_TYPE_ACTIVATABLE))
{
GtdActivatable *activatable;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]