From: Pierre Habouzit Date: Thu, 14 Dec 2006 00:07:09 +0000 (+0100) Subject: oops debug code. X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=cd6504790416dda85cfdadd8c434ca2bfa4b0b50 oops debug code. Signed-off-by: Pierre Habouzit --- diff --git a/rcparser.y b/rcparser.y index c2f1567..ca0bd6d 100644 --- a/rcparser.y +++ b/rcparser.y @@ -196,12 +196,7 @@ rclines ::= . rclines ::= rclines rcline . rcline ::= ALTERNATIVE_ORDER simple_list(L) to_eol . { - string_list_t *l; string_list_append(&AlternativeOrderList, string_list_rev(L)); - printf("toto\n"); - for (l = AlternativeOrderList; l; l = l->next) { - printf("%s\n", l->data); - } } rcline ::= AUTO_VIEW simple_list(L) to_eol . { string_list_append(&AutoViewList, string_list_rev(L));