From f2890402ab69736d00e63a067572378c70989b4b Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 1 Jun 2007 10:05:14 +0000 Subject: [PATCH] Removed debug printf. pmo-trunk-r2028 --- src/modest-mail-operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index f5dd0ac..df79714 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -1066,7 +1066,7 @@ modest_mail_operation_update_account (ModestMailOperation *self, if (info->retrieve_limit == 0) info->retrieve_limit = G_MAXINT; - printf ("DEBUG: %s: info->retrieve_limit = %d\n", __FUNCTION__, info->retrieve_limit); + /* printf ("DEBUG: %s: info->retrieve_limit = %d\n", __FUNCTION__, info->retrieve_limit); */ thread = g_thread_create (update_account_thread, info, FALSE, NULL); -- 1.7.9.5