diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:35:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:35:10 +0800 |
commit | 5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51 (patch) | |
tree | 049325c90fdc0e7bcc6e7ce48c5ab4a317e2cd0d /shell/e-local-storage.c | |
parent | 6540548989c9c31bd3776ea9f6dc2babe8cb8ece (diff) | |
download | gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar.gz gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar.zst gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.zip |
Remove debugging message.
svn path=/trunk/; revision=5336
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 43c433a1ee..b051938bea 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -163,8 +163,6 @@ new_folder (ELocalStorage *local_storage, priv = local_storage->priv; - g_print ("%s:%s -- %s\n", __FILE__, __FUNCTION__, path); - e_storage_new_folder (E_STORAGE (local_storage), path, folder); evolution_storage_new_folder (EVOLUTION_STORAGE (priv->bonobo_interface), |