From 73ca404f9b966df0136cb12f0d9b172ffa5aee70 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Mon, 15 Jul 2013 14:34:17 +0100 Subject: [PATCH] remove spurious VPs being printed out --- src/main/parser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/parser.c b/src/main/parser.c index 3c11619..f875d57 100644 --- a/src/main/parser.c +++ b/src/main/parser.c @@ -145,8 +145,6 @@ static int cast_vpt(value_pair_tmpl_t *vpt, DICT_ATTR const *da) vpt->type = VPT_TYPE_DATA; vpt->da = da; - debug_pair(vp); - if (vp->da->flags.is_pointer) { data->ptr = talloc_steal(vpt, vp->data.ptr); vp->data.ptr = NULL; -- 2.1.4