From f8757551434688cd03907011d9815c4804b09969 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Mon, 20 Sep 2021 18:02:13 -0500 Subject: [PATCH] Remove debugging --- src/lib/util/dict_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index 58e78e69a2..29d3b63449 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -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; -- 2.47.2