summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/age_restriction.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/age_restriction.c b/src/util/age_restriction.c
index e69e74126..45ebc03c4 100644
--- a/src/util/age_restriction.c
+++ b/src/util/age_restriction.c
@@ -38,13 +38,6 @@ TALER_age_commitment_hash (
return;
}
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "popcount - 1: %d\n",
- __builtin_popcount (commitment->mask.bits) - 1);
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "commitment num: %d\n",
- commitment->num);
-
GNUNET_assert (__builtin_popcount (commitment->mask.bits) - 1 ==
commitment->num);