remove debug message

This commit is contained in:
Özgür Kesim 2022-02-16 21:06:30 +01:00
parent d687446a13
commit 9dbef034c3
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7

View File

@ -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;