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