]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove debugging
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 Sep 2021 23:02:13 +0000 (18:02 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 Sep 2021 23:02:13 +0000 (18:02 -0500)
src/lib/util/dict_util.c

index 58e78e69a208c348fae02004f796790c95e2d6c3..29d3b634493abe86094886479774128fc78dfd4e 100644 (file)
@@ -753,8 +753,6 @@ int dict_attr_acopy_children(fr_dict_t *dict, fr_dict_attr_t *dst, fr_dict_attr_
 
                cloned = dict_attr_acopy_enumv(dst, src);
                if (cloned < 0) return -1;
-
-               if (cloned) fprintf(stderr, "%s has %d values", dst->name, cloned);
        }
 
        return 0;