Skip to content

Commit

Permalink
Remove tip log message
Browse files Browse the repository at this point in the history
  • Loading branch information
buffrr committed Sep 18, 2024
1 parent edf21d2 commit 092d39a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/src/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ impl BlockFetcher {

match res {
Ok(new_tip) => {
info!("new tip set: {}", new_tip.hash);
checkpoint = new_tip;
}
Err(e) => {
Expand Down

0 comments on commit 092d39a

Please sign in to comment.