Skip to content

Commit 092d39a

Browse files
committed
Remove tip log message
1 parent edf21d2 commit 092d39a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node/src/source.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ impl BlockFetcher {
387387

388388
match res {
389389
Ok(new_tip) => {
390-
info!("new tip set: {}", new_tip.hash);
391390
checkpoint = new_tip;
392391
}
393392
Err(e) => {

0 commit comments

Comments
 (0)