diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-local-storage.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 40faf055e1..d0cc559e2f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2000-09-11 Ettore Perazzoli <ettore@helixcode.com> + * e-local-storage.c (new_folder): Removed debugging message. + +2000-09-11 Ettore Perazzoli <ettore@helixcode.com> + * evolution-storage.c (evolution_storage_new_folder): If description is NULL, use the empty string instead. 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), |