]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove debugging stuff
authorAlan T. DeKok <aland@freeradius.org>
Mon, 25 Sep 2023 16:57:55 +0000 (12:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 25 Sep 2023 16:58:17 +0000 (12:58 -0400)
src/lib/util/dict_util.c

index 193976b9e1fdbad095ec237544e1c5d0b59df7b4..c775a5bd45ad2dcb7cb64234d5e7e682409cd2d3 100644 (file)
@@ -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;
        }