Confparse: Remove debug pintf

This commit is contained in:
Martin Duquesnoy 2009-08-23 02:58:17 +02:00
parent 9ca98a83ff
commit 6715ba034b

View File

@ -218,8 +218,6 @@ get_list_opt(char *src, char *def, char *name, int *n)
p2[j] = '\0';
ret[i] = str_to_opt(clean_value(p2));
printf("---> %s\n", p2);
}
}
else