mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-06 19:19:16 +00:00
Remove unwanted DEBUG statement
This commit is contained in:
parent
bc7c58ee3c
commit
4ea748c5e2
@ -684,7 +684,6 @@ int cf_fmt_pattern_list(const char **textp, const struct pattern_list *listp)
|
|||||||
assert(bufp < &buf[sizeof buf - 1]);
|
assert(bufp < &buf[sizeof buf - 1]);
|
||||||
}
|
}
|
||||||
*bufp = '\0';
|
*bufp = '\0';
|
||||||
DEBUGF("buf=%s", alloca_toprint(-1, buf, sizeof buf));
|
|
||||||
*textp = str_edup(buf);
|
*textp = str_edup(buf);
|
||||||
return CFOK;
|
return CFOK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user