exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit de0df0b35a0a43eb5399e0143b8fb4c0df6c9ce4
parent 7c2f13ff3a562600c7960c564c59a3158a8eb126
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 18 Jan 2026 13:43:10 +0100

-logging|
'

Diffstat:
Msrc/util/secmod_rsa.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/util/secmod_rsa.c b/src/util/secmod_rsa.c @@ -1908,11 +1908,6 @@ load_durations (const struct GNUNET_CONFIGURATION_Handle *cfg) GNUNET_free (secname); return GNUNET_SYSERR; } - fprintf (stderr, - "XXXX %s - %s\n", - GNUNET_TIME_relative2s (lookahead_sign, - false), - secname); GNUNET_free (secname); return GNUNET_OK; }