From: Alan T. DeKok Date: Mon, 25 Sep 2023 16:57:55 +0000 (-0400) Subject: remove debugging stuff X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6566541aa1e8e1fd5b71d85e1eb30125f766039a;p=thirdparty%2Ffreeradius-server.git remove debugging stuff --- diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index 193976b9e1f..c775a5bd45a 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -2805,7 +2805,6 @@ redo: if (!namespace) { fr_strerror_printf("Attribute '%s' does not contain a namespace", parent->name); if (err) *err = FR_DICT_ATTR_NO_CHILDREN; - fprintf(stderr, "FAIL %d\n", __LINE__); return NULL; }