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 May 16, 2022
1 parent 20dd632 commit 01ee1fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/network/sync/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3273,7 +3273,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 01ee1fb

Please sign in to comment.