diff options
author | Florian Dold <florian@dold.me> | 2022-04-27 00:12:08 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-04-27 21:00:23 +0200 |
commit | 1bb992d777c2058aebb590103207c4fd7f34a528 (patch) | |
tree | 84fe1ba1aecf97d1ad72e33a4515da56e47a8db0 /src/util | |
parent | 3e8c797bb78dfc0731bfce17e2401d3247ad4d10 (diff) |
-logging
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/test_age_restriction.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/test_age_restriction.c b/src/util/test_age_restriction.c index 9e799ce9a..3c5d52629 100644 --- a/src/util/test_age_restriction.c +++ b/src/util/test_age_restriction.c @@ -199,8 +199,6 @@ test_attestation (void) age_group, min_group); - GNUNET_break (GNUNET_OK == ret); - if (min_group <= age_group && GNUNET_OK != ret) { |