remove debug print out

git-svn-id: file:///svn/unbound/trunk@4052 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-03-16 09:27:08 +00:00
parent 6c456aa15e
commit 3d6783e38c

View file

@ -789,7 +789,6 @@ chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w)
char* str_array[16];
int num = 0;
struct trust_anchor* ta;
log_info("trustanchor.unbound CH TXT");
if(!w->env.need_to_validate) {
/* no validator module, reply no trustanchors */
@ -839,7 +838,6 @@ chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w)
str_len -= strlen(str); str += strlen(str);
}
}
log_info("insert string [%d] %s", num, str_array[num-1]);
lock_basic_unlock(&ta->lock);
}
lock_basic_unlock(&w->env.anchors->lock);