diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-11 04:48:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-11 04:48:10 +0800 |
commit | 04073f3c49a4e76e271355396d0712ccf6edf1a1 (patch) | |
tree | 56411b5e5ad9e8a9576b4f04fb83f6d7bbdecdd9 /mail/component-factory.c | |
parent | 7e747adb874fdde07eeea8aba89040c854422fb3 (diff) | |
download | gsoc2013-evolution-04073f3c49a4e76e271355396d0712ccf6edf1a1.tar gsoc2013-evolution-04073f3c49a4e76e271355396d0712ccf6edf1a1.tar.gz gsoc2013-evolution-04073f3c49a4e76e271355396d0712ccf6edf1a1.tar.bz2 gsoc2013-evolution-04073f3c49a4e76e271355396d0712ccf6edf1a1.tar.lz gsoc2013-evolution-04073f3c49a4e76e271355396d0712ccf6edf1a1.tar.xz gsoc2013-evolution-04073f3c49a4e76e271355396d0712ccf6edf1a1.tar.zst gsoc2013-evolution-04073f3c49a4e76e271355396d0712ccf6edf1a1.zip |
kill more debugging messages
* kill more debugging messages
svn path=/trunk/; revision=4050
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index b9c0b7d480..486955da2e 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -258,7 +258,6 @@ create_vfolder_storage (EvolutionShellComponent *shell_component) g_string_sprintf(query, "vfolder:%s/vfolder/%s?", evolution_dir, desctext); filter_driver_expand_option(fe, query, NULL, fo); name = g_strdup_printf("/%s", desctext); - printf("Adding new vfolder: %s\n", query->str); evolution_storage_new_folder (storage, name, "mail", query->str, @@ -384,7 +383,6 @@ real_create_imap_storage( gpointer user_data ) path = g_strdup_printf ("/%s", (char *)lsub->pdata[i]); buf = g_strdup_printf ("%s/%s", source, path); - g_print ("Adding %s\n", path); #ifdef USE_BROKEN_THREADS mail_op_set_message( "Adding %s", path ); @@ -504,7 +502,6 @@ real_create_news_storage( gpointer user_data ) path = g_strdup_printf ("/%s", (char *)lsub->pdata[i]); buf = g_strdup_printf ("%s%s", source, path); - g_print ("Adding %s\n", path); #ifdef USE_BROKEN_THREADS mail_op_set_message( "Adding %s", path ); |