commit 3ed07c008d6128428d46668716a537ee2bd2ca76
parent ccca4ed0aa2ea687434c92a7a197a4c7a74c958e
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 14 Aug 2026 22:49:12 +0200
more useless logging
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/exchangedb/get_coin_transactions.c b/src/exchangedb/get_coin_transactions.c
@@ -1079,8 +1079,6 @@ TALER_EXCHANGEDB_get_coin_transactions (
" ON (rod.coin_pub = kc.coin_pub)"
" WHERE rod.coin_pub=$1"
" AND rod.reserve_open_deposit_uuid=$2;");
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- " --- landed here 1\n");
for (unsigned int i = 0; i<RETRIES; i++)
{
enum GNUNET_DB_QueryStatus qs;
@@ -1187,7 +1185,5 @@ TALER_EXCHANGEDB_get_coin_transactions (
return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
}
}
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- " --- landed here 2\n");
return GNUNET_DB_STATUS_SOFT_ERROR;
}