exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 47e276e11a5d1d92bbfc3c8c2e940902af3003dd
parent be536de23c4a6a7f33e05d1f9f658579a470821a
Author: Florian Dold <florian@dold.me>
Date:   Tue, 26 Apr 2022 23:10:50 +0200

-remove debug logging

Diffstat:
Msrc/util/age_restriction.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git 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);