From 9dbef034c357de174f6aa76cbcb546821ba0cd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Wed, 16 Feb 2022 21:06:30 +0100 Subject: [PATCH] remove debug message --- src/util/wallet_signatures.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index aaa796dc7..88cd8de06 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -94,11 +94,7 @@ TALER_wallet_deposit_verify ( }; if (NULL != h_age_commitment) - { dr.h_age_commitment = *h_age_commitment; - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "VFVFVFVF got NON-NULL h_age_commitment\n"); - } if (NULL != h_extensions) dr.h_extensions = *h_extensions;