diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-06 23:49:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-06 23:49:55 +0100 |
commit | 576f322c8ab51377bd9100e7cd6c5364e6f13766 (patch) | |
tree | 2664fc666131c463a53ef046d792163e99c2951e /src | |
parent | cd4700838971f1bb40899e555f3d0d244c873ca8 (diff) |
-remove debug logging statement
Diffstat (limited to 'src')
-rw-r--r-- | src/exchangedb/pg_lookup_transfer_by_deposit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/pg_lookup_transfer_by_deposit.c b/src/exchangedb/pg_lookup_transfer_by_deposit.c index ba4efcefd..b9d792d06 100644 --- a/src/exchangedb/pg_lookup_transfer_by_deposit.c +++ b/src/exchangedb/pg_lookup_transfer_by_deposit.c @@ -166,8 +166,6 @@ TEH_PG_lookup_transfer_by_deposit ( GNUNET_PQ_result_spec_end }; - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "Got the special place...\n"); PREPARE (pg, "get_deposit_without_wtid", "SELECT" |