rm debugging fprintf leftover

This commit is contained in:
Willem Toorop 2015-07-10 10:18:00 +02:00
parent 0d2f3a5bd9
commit 431415bd3d
1 changed files with 0 additions and 1 deletions

View File

@ -2067,7 +2067,6 @@ priv_getdns_ns_dns_setup(struct getdns_context *context)
(void) gldns_wire2str_rr_buf(rr->pos,
rr->nxt - rr->pos, ta_str, sizeof(ta_str));
fprintf(stderr, "TA: %s\n", ta_str);
(void) ub_ctx_add_ta(
context->unbound_ctx, ta_str);
}