gossipd: Remove annoying trace

This commit is contained in:
Christian Decker 2017-12-30 15:06:50 +01:00 committed by Rusty Russell
parent 3923109f51
commit fff7efaf97
1 changed files with 0 additions and 1 deletions

View File

@ -639,7 +639,6 @@ static struct io_plan *peer_pkt_out(struct io_conn *conn, struct peer *peer);
static struct io_plan *local_gossip_broadcast_done(struct io_conn *conn,
struct peer *peer)
{
status_trace("%s", __func__);
peer->broadcast_index++;
return peer_pkt_out(conn, peer);
}