Skip to content

Commit 5c18593

Browse files
authored
chore(gossip): remove notice log (#8937)
1 parent 0ef0592 commit 5c18593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/discof/gossip/fd_gossip_tile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ handle_local_duplicate_shred( fd_gossip_tile_ctx_t * ctx,
328328
fd_gossip_duplicate_shred_t const chunk[FD_EQVOC_CHUNK_CNT],
329329
fd_stem_context_t * stem ) {
330330
if( FD_UNLIKELY( sig==FD_TOWER_SIG_SLOT_DUPLICATE ) ) {
331-
FD_LOG_NOTICE(( "Received local duplicate shred from tower tile" ));
332331
long now = ctx->last_wallclock + (long)((double)(fd_tickcount()-ctx->last_tickcount)/ctx->ticks_per_ns);
333332
for( ulong i=0UL; i<FD_EQVOC_CHUNK_CNT; i++ ) fd_gossip_push_duplicate_shred( ctx->gossip, &chunk[i], stem, now );
334333
}

0 commit comments

Comments
 (0)