From: Murray Cumming Date: Fri, 1 Jun 2007 10:05:14 +0000 (+0000) Subject: Removed debug printf. X-Git-Tag: git_migration_finished~3459 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=f2890402ab69736d00e63a067572378c70989b4b Removed debug printf. pmo-trunk-r2028 --- 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);