[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -remove debug logging
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -remove debug logging |
Date: |
Tue, 26 Apr 2022 23:10:53 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 47e276e1 -remove debug logging
47e276e1 is described below
commit 47e276e11a5d1d92bbfc3c8c2e940902af3003dd
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Apr 26 23:10:50 2022 +0200
-remove debug logging
---
contrib/gana | 2 +-
src/util/age_restriction.c | 7 -------
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index 0172bed4..fbd5974f 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 0172bed41a8fdfc4ef2511e311441120a3d2572d
+Subproject commit fbd5974fba30cab15ef1b7454a5a609286c71508
diff --git a/src/util/age_restriction.c b/src/util/age_restriction.c
index e69e7412..45ebc03c 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);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -remove debug logging,
gnunet <=