gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: remove bad logging


From: gnunet
Subject: [taler-anastasis] branch master updated: remove bad logging
Date: Tue, 19 Oct 2021 23:37:18 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new aab474b  remove bad logging
aab474b is described below

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

    remove bad logging
---
 src/lib/anastasis_recovery.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c
index c4fe597..ef2ccd0 100644
--- 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)
     {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]