diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-24 21:34:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-24 21:34:55 +0800 |
commit | 1f7db78c2597eb6f6d2b8a6c8d8542449df60271 (patch) | |
tree | 1d52fa0687e6a29b36369ab80b449b655fbbbbc6 /mail/component-factory.c | |
parent | 33e87f5331e8cbdd3b3b9713bbe7446882e3ca37 (diff) | |
download | gsoc2013-evolution-1f7db78c2597eb6f6d2b8a6c8d8542449df60271.tar.gz gsoc2013-evolution-1f7db78c2597eb6f6d2b8a6c8d8542449df60271.tar.zst gsoc2013-evolution-1f7db78c2597eb6f6d2b8a6c8d8542449df60271.zip |
remove a debug printf that made it in a commit.
2003-03-25 Not Zed <NotZed@Ximian.com>
* component-factory.c (got_folder): remove a debug printf that
made it in a commit.
svn path=/trunk/; revision=20480
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 3e8ccddf55..bee831a3a3 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -731,7 +731,6 @@ got_folder (char *uri, CamelFolder *folder, void *data) *fp = folder; if (folder) { - printf("got folder '%s'\n", uri); camel_object_ref (CAMEL_OBJECT (folder)); /* emit a changed event, this is a little hack so that the folderinfo cache |