anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit aab474bed915172f40c161818e65091158d3e410
parent f9e0e4f8581703704650fb95144512285203f584
Author: Florian Dold <florian@dold.me>
Date:   Tue, 19 Oct 2021 23:37:13 +0200

remove bad logging

Diffstat:
Msrc/lib/anastasis_recovery.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c @@ -669,9 +669,6 @@ policy_lookup_cb (void *cls, plaintext, sizeof (uint32_t)); pt_size = ntohl (be_size); - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "plaintext size: %llu\n", (unsigned - long long) - pt_size); pt = GNUNET_malloc_large (pt_size); if (NULL == pt) {