oops debug code.
[apps/madmutt.git] / rcparser.y
index c2f1567..ca0bd6d 100644 (file)
@@ -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));