diff --git a/src/confparse/confparse.c b/src/confparse/confparse.c index 9bd9f85..722b50a 100644 --- a/src/confparse/confparse.c +++ b/src/confparse/confparse.c @@ -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