From: Arran Cudbard-Bell Date: Thu, 1 Jan 2015 17:52:05 +0000 (-0500) Subject: Remove spurious fprintf X-Git-Tag: release_3_0_7~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6497ac57f757973c60afa49820bf69a0f167390;p=thirdparty%2Ffreeradius-server.git Remove spurious fprintf --- diff --git a/src/main/tmpl.c b/src/main/tmpl.c index e3d592496da..fcd702f7446 100644 --- a/src/main/tmpl.c +++ b/src/main/tmpl.c @@ -843,10 +843,6 @@ ssize_t tmpl_from_attr_substr(value_pair_tmpl_t *vpt, char const *name, ((DICT_ATTR *)&attr.unknown.da)->vendor); if (attr.da) goto do_tag; - - fprintf(stderr, "\n%i:%i\n", ((DICT_ATTR *)&attr.unknown.da)->attr, - ((DICT_ATTR *)&attr.unknown.da)->vendor); - if (!allow_unknown) { fr_strerror_printf("Unknown attribute"); return -(a - name);