printf removal
authorColin Leroy <colin@colino.net>
Thu, 2 Sep 2004 13:32:16 +0000 (13:32 +0000)
committerColin Leroy <colin@colino.net>
Thu, 2 Sep 2004 13:32:16 +0000 (13:32 +0000)
src/account.c

index de192d1fbffb6a99f777daab8a0b5d8e50c1de02..132c979a07fac43c9dfd2bc71442b4cbf7383c3b 100644 (file)
@@ -1171,7 +1171,6 @@ PrefsAccount *account_get_reply_account(MsgInfo *msginfo, gboolean reply_autosel
                gchar * field = NULL;
                int fieldno = 0;
                for (field = msginfo->to; fieldno++ < 2; field = msginfo->cc) {
-                       printf("search %s (%d)\n", field, fieldno);
                        if (!account && field) {
                                gchar *to = NULL;
                                printf("finding from %s\n", field);