From 6b959f8043290f632996d60f6828663dc40e6441 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 25 Aug 2009 14:59:48 +0000 Subject: [PATCH] remove debug print git-svn-id: file:///svn/unbound/trunk@1784 be551aaa-1e26-0410-a405-d3ace91eadb9 --- validator/val_anchor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/val_anchor.c b/validator/val_anchor.c index fa49fbb97..3ce86ffd2 100644 --- a/validator/val_anchor.c +++ b/validator/val_anchor.c @@ -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; }