Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Mar 22, 2022
1 parent d2bd648 commit a604e4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/network/src/protocol/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,6 @@ mod test {
),);

best_block_num += MAX_BLOCKS_TO_REQUEST as u32;
log::info!("best block = {best_block_num}");

if best_block_num < last_block_num {
// make sure we're not getting a duplicate request in the time before the blocks are
Expand Down

0 comments on commit a604e4d

Please sign in to comment.