diff --git a/gossipd/gossip.c b/gossipd/gossip.c index 4f36026ae..37686b002 100644 --- a/gossipd/gossip.c +++ b/gossipd/gossip.c @@ -885,8 +885,6 @@ static struct short_channel_id *decode_short_ids(const tal_t *ctx, encoded = unzlib(tmpctx, encoded, max); if (!encoded) return NULL; - status_trace("Uncompressed %zu into %zu bytes (%s)", - max, tal_len(encoded), tal_hex(tmpctx, encoded)); max = tal_len(encoded); /* fall thru */ case SHORTIDS_UNCOMPRESSED: