diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-22 23:19:23 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-22 23:19:23 +0800 |
commit | e933aaf985d6fba7719a8b87f58c439f77effa2e (patch) | |
tree | 418973a7b2a051ff519a5d4b538a8757f122d7c9 /calendar/gui | |
parent | 512c6fec267590bb0c5c9f1bc7d782b18dbe9e97 (diff) | |
download | gsoc2013-evolution-e933aaf985d6fba7719a8b87f58c439f77effa2e.tar.gz gsoc2013-evolution-e933aaf985d6fba7719a8b87f58c439f77effa2e.tar.zst gsoc2013-evolution-e933aaf985d6fba7719a8b87f58c439f77effa2e.zip |
Remove debugging statement
2004-01-22 JP Rosevear <jpr@ximian.com>
* gui/e-tasks.c (e_tasks_setup_view_menus): Remove debugging
statement
svn path=/trunk/; revision=24363
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-tasks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index 50b5dfc203..22460aaa6a 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -1110,7 +1110,6 @@ e_tasks_setup_view_menus (ETasks *tasks, BonoboUIComponent *uic) dir = g_build_filename (tasks_component_peek_base_directory (tasks_component_peek ()), "tasks", "views", NULL); - g_message ("Using %s", dir); gal_view_collection_set_storage_directories (collection, EVOLUTION_GALVIEWSDIR "/tasks/", dir); |