]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Thu, 9 Jun 2005 17:14:03 +0000 (17:14 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 9 Jun 2005 17:14:03 +0000 (17:14 +0000)
citadel/imap_store.c

index b9fc5fdfe1144d51a6a52aeb3a0f713fbff3b235..c2966231fc129ea39bed8bfa6e2f4d7d65e628cc 100644 (file)
@@ -227,7 +227,6 @@ void imap_uidstore(int num_parms, char *parms[]) {
 
        strcpy(items, "");
        for (i=4; i<num_parms; ++i) {
-               lprintf(9, "item %d: %s\n", i, parms[i]);
                strcat(items, parms[i]);
                if (i < (num_parms-1)) strcat(items, " ");
        }