remove debug print

git-svn-id: file:///svn/unbound/trunk@1784 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-08-25 14:59:48 +00:00
parent ea36edbc03
commit 6b959f8043

View File

@ -1089,7 +1089,7 @@ anchors_apply_cfg(struct val_anchors* anchors, struct config_file* cfg)
anchors_assemble_rrsets(anchors);
init_parents(anchors);
ldns_buffer_free(parsebuf);
autr_debug_print(anchors); /* DEBUG */
/*autr_debug_print(anchors); */ /* DEBUG */
return 1;
}