aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-04-18 18:48:54 +0800
committerMilan Crha <mcrha@redhat.com>2012-04-18 18:48:54 +0800
commit1295728d3274a012383eebefa8a6835b93fe7ff2 (patch)
tree40e478f18ed3822f111d0f89a4f693e15cbefc9a
parente0d526c5884b3bceaa6fd285b7fa6cd53c5cbe82 (diff)
downloadgsoc2013-evolution-1295728d3274a012383eebefa8a6835b93fe7ff2.tar
gsoc2013-evolution-1295728d3274a012383eebefa8a6835b93fe7ff2.tar.gz
gsoc2013-evolution-1295728d3274a012383eebefa8a6835b93fe7ff2.tar.bz2
gsoc2013-evolution-1295728d3274a012383eebefa8a6835b93fe7ff2.tar.lz
gsoc2013-evolution-1295728d3274a012383eebefa8a6835b93fe7ff2.tar.xz
gsoc2013-evolution-1295728d3274a012383eebefa8a6835b93fe7ff2.tar.zst
gsoc2013-evolution-1295728d3274a012383eebefa8a6835b93fe7ff2.zip
Remove forgotten debug prints
-rw-r--r--libemail-engine/mail-ops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libemail-engine/mail-ops.c b/libemail-engine/mail-ops.c
index 5e26c6c2f5..eeac198839 100644
--- a/libemail-engine/mail-ops.c
+++ b/libemail-engine/mail-ops.c
@@ -290,7 +290,6 @@ fetch_mail_exec (struct _fetch_mail_msg *m,
if (m->fetch_count > 0) {
/* We probably should fetch some old messages first. */
- printf("Fetching %d %s messages\n", m->fetch_count, (m->fetch_type == CAMEL_FETCH_NEW_MESSAGES) ? "new" : "old");
m->still_more = camel_folder_fetch_messages_sync (folder, m->fetch_type,
m->fetch_count, cancellable, error) ? 1 : 0 ;
}
@@ -314,7 +313,6 @@ fetch_mail_exec (struct _fetch_mail_msg *m,
folder_uids = camel_folder_get_uids (folder);
cache_uids = camel_uid_cache_get_new_uids (cache, folder_uids);
- printf("Gonna cache uids: %d\n", cache_uids->len);
if (cache_uids) {
/* need to copy this, sigh */