remove spurious VPs being printed out
authorMatthew Newton <mcn4@leicester.ac.uk>
Mon, 15 Jul 2013 13:34:17 +0000 (14:34 +0100)
committerMatthew Newton <mcn4@leicester.ac.uk>
Mon, 15 Jul 2013 13:34:17 +0000 (14:34 +0100)
src/main/parser.c

index 3c11619..f875d57 100644 (file)
@@ -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;