aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-10 01:12:16 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-10 01:12:16 +0800
commit8b2d3de603fa824cfc983b1574a5a8530a3a32a6 (patch)
tree99e414248b13c287abd6e5f595f1959ceffafbec /shell/e-local-storage.c
parent779e0f5058e089279c2851e18ef7003ec88bb61f (diff)
downloadgsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.gz
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.bz2
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.lz
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.xz
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.zst
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.zip
Remove debugging message. (impl_shortcut_drag_motion): Likewise.
* e-shortcuts-view.c (impl_shortcut_drag_motion): Remove debugging message. (impl_shortcut_drag_motion): Likewise. * e-local-storage.c (remove_folder_step): Remove debugging message. * e-folder-dnd-bridge.c (e_folder_dnd_bridge_data_received): Remove debugging message. svn path=/trunk/; revision=17392
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r--shell/e-local-storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c
index 0af9c0aa51..9f9a1d1556 100644
--- a/shell/e-local-storage.c
+++ b/shell/e-local-storage.c
@@ -583,8 +583,6 @@ remove_folder_step (AsyncRemoveFolderCallbackData *callback_data)
bonobo_object_ref (BONOBO_OBJECT (client));
- g_print ("Removing %s...\n", path);
-
evolution_shell_component_client_async_remove_folder (client, physical_uri, type,
component_async_remove_folder_callback,
callback_data);