diff --git a/plugins/libplugin-pay.c b/plugins/libplugin-pay.c index 6694a872065e..4429404dd1fe 100644 --- a/plugins/libplugin-pay.c +++ b/plugins/libplugin-pay.c @@ -160,10 +160,6 @@ struct payment *payment_new(tal_t *ctx, struct command *cmd, tal_arr_expand(&p->modifier_data, NULL); } - paymod_log(p, LOG_DBG, - "Initialized a new (sub-)payment with %zu channel_hints", - channel_hint_set_count(payment_root(p)->hints)); - return p; }