-remove debug logging
This commit is contained in:
parent
be536de23c
commit
47e276e11a
@ -1 +1 @@
|
|||||||
Subproject commit 0172bed41a8fdfc4ef2511e311441120a3d2572d
|
Subproject commit fbd5974fba30cab15ef1b7454a5a609286c71508
|
@ -38,13 +38,6 @@ TALER_age_commitment_hash (
|
|||||||
return;
|
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 ==
|
GNUNET_assert (__builtin_popcount (commitment->mask.bits) - 1 ==
|
||||||
commitment->num);
|
commitment->num);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user