Skip to content

Commit 4d0c2e9

Browse files
rustyrussellniftynei
authored andcommitted
common: remove spammy debug msg.
Signed-off-by: Rusty Russell <[email protected]>
1 parent d5706b8 commit 4d0c2e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/read_peer_msg.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ void handle_gossip_msg(struct per_peer_state *pps, const u8 *msg TAKES)
117117
/* It's a raw gossip msg: this copies or takes() */
118118
gossip = tal_dup_arr(tmpctx, u8, msg, tal_bytelen(msg), 0);
119119

120-
status_debug("Gossipd told us to send %s", tal_hex(tmpctx, gossip));
121120
/* Gossipd can send us gossip messages, OR errors */
122121
if (fromwire_peektype(gossip) == WIRE_ERROR) {
123122
sync_crypto_write(pps, gossip);

0 commit comments

Comments
 (0)