Skip to content

Commit

Permalink
Removing unwanted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Mar 22, 2024
1 parent c09700f commit 9de7b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster-endpoints/src/grpc_multiplex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ pub fn create_grpc_multiplex_blocks_subscription(
let finalized_block = cached_processed_block.to_finalized_block();
last_finalized_slot = finalized_block.slot;
startup_completed = true;
log::info!("sending finalized block");
debug!("got finalized blockmeta {} with blockhash {}",
finalized_block.slot, finalized_block.blockhash.clone());
if let Err(e) = producedblock_sender.send(finalized_block) {
Expand Down

0 comments on commit 9de7b62

Please sign in to comment.