remove debug message
This commit is contained in:
parent
d687446a13
commit
9dbef034c3
@ -94,11 +94,7 @@ TALER_wallet_deposit_verify (
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (NULL != h_age_commitment)
|
if (NULL != h_age_commitment)
|
||||||
{
|
|
||||||
dr.h_age_commitment = *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)
|
if (NULL != h_extensions)
|
||||||
dr.h_extensions = *h_extensions;
|
dr.h_extensions = *h_extensions;
|
||||||
|
Loading…
Reference in New Issue
Block a user