gossipd: remove oververbose logging when we uncompress short_channel_id array

Reported-by: Xian001 (#1581)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-06-15 16:05:49 +09:30 committed by Christian Decker
parent 4990b6bbcc
commit 60b3f0e376
1 changed files with 0 additions and 2 deletions

View File

@ -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: