summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-04-26 23:10:50 +0200
committerFlorian Dold <florian@dold.me>2022-04-26 23:10:50 +0200
commit47e276e11a5d1d92bbfc3c8c2e940902af3003dd (patch)
tree24f49518f362d90a5752e1b9b733081b0624707d
parentbe536de23c4a6a7f33e05d1f9f658579a470821a (diff)
downloadexchange-47e276e11a5d1d92bbfc3c8c2e940902af3003dd.tar.gz
exchange-47e276e11a5d1d92bbfc3c8c2e940902af3003dd.tar.bz2
exchange-47e276e11a5d1d92bbfc3c8c2e940902af3003dd.zip
-remove debug logging
m---------contrib/gana0
-rw-r--r--src/util/age_restriction.c7
2 files changed, 0 insertions, 7 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject 0172bed41a8fdfc4ef2511e311441120a3d2572
+Subproject fbd5974fba30cab15ef1b7454a5a609286c7150
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);