diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-16 14:17:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-16 14:17:55 +0200 |
commit | da25913e61ff72c6a4bebae1ee093046c9419218 (patch) | |
tree | 7ff251f91891c335cb477291e3111178c23b1a83 /src/util | |
parent | 74ea2da2b0aa978b09ee44c3e377f730a73c667f (diff) |
skip keys in future keys if they already expired (remove logging)
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/secmod_signatures.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/secmod_signatures.c b/src/util/secmod_signatures.c index 31670dfdb..3df68861d 100644 --- a/src/util/secmod_signatures.c +++ b/src/util/secmod_signatures.c @@ -61,11 +61,6 @@ TALER_exchange_secmod_eddsa_verify ( .duration = GNUNET_TIME_relative_hton (duration) }; - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Verifying key `%s' with duration %s\n", - TALER_B2S (exchange_pub), - GNUNET_STRINGS_relative_time_to_string (duration, - GNUNET_NO)); return GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_SM_SIGNING_KEY, &ska, |