wallet: remove debugging fprintf.

Left over from e81d78ec4c.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2020-12-10 10:20:12 +10:30
parent 86176e8d0a
commit 25b0dbe7e8

View file

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