diff --git a/conf_schema.c b/conf_schema.c index 510ed266..27e72c0c 100644 --- a/conf_schema.c +++ b/conf_schema.c @@ -684,7 +684,6 @@ int cf_fmt_pattern_list(const char **textp, const struct pattern_list *listp) assert(bufp < &buf[sizeof buf - 1]); } *bufp = '\0'; - DEBUGF("buf=%s", alloca_toprint(-1, buf, sizeof buf)); *textp = str_edup(buf); return CFOK; }