Update expander.c to remove errant "Checking" output (#131)

The errant "Checking" output (only when pipelining is enabled, by the way) results in bogus JSON output.
This commit is contained in:
Jay Ford
2026-01-09 23:01:17 +00:00
committed by GitHub
parent 30f5099885
commit 6e89caec6e
-1
View File
@@ -1274,7 +1274,6 @@ bgpq_expand(struct bgpq_expander *b)
source = bgpq_get_source(mc->text);
if (source){
if (pipelining){
printf("Checking %s\n", bgpq_get_rset(mc->text));
bgpq_pipeline(b, NULL, NULL, "!s%s\n", source);
if (b->family == AF_INET)
bgpq_pipeline(b, bgpq_expanded_prefix,