From cd6504790416dda85cfdadd8c434ca2bfa4b0b50 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Thu, 14 Dec 2006 01:07:09 +0100 Subject: [PATCH] oops debug code. Signed-off-by: Pierre Habouzit --- rcparser.y | 5 ----- 1 file changed, 5 deletions(-) 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)); -- 2.20.1