From 25b0dbe7e8aa1f621ce76c9926a57557eed8d510 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 10 Dec 2020 10:20:12 +1030 Subject: [PATCH] wallet: remove debugging fprintf. Left over from e81d78ec4cad288f1ae42aff935e59e149fb4b9e. Signed-off-by: Rusty Russell --- wallet/reservation.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wallet/reservation.c b/wallet/reservation.c index d934228f7..53c7a60cc 100644 --- a/wallet/reservation.c +++ b/wallet/reservation.c @@ -429,8 +429,6 @@ static struct command_result *json_fundpsbt(struct command *cmd, "impossible UTXO value"); /* But also adds weight */ - fprintf(stderr, "min_witness_weight is %u\n", - *min_witness_weight); *weight += utxo_spend_weight(utxo, *min_witness_weight); continue; }