mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-24 03:25:52 +00:00
remove spammy log
This commit is contained in:
parent
712e9723b2
commit
c5a493a186
1 changed files with 0 additions and 1 deletions
|
@ -455,7 +455,6 @@ where
|
||||||
let Some(mut block_entry_to_get) = chain_tracker
|
let Some(mut block_entry_to_get) = chain_tracker
|
||||||
.blocks_to_get(&client.info.pruning_seed, self.amount_of_blocks_to_request)
|
.blocks_to_get(&client.info.pruning_seed, self.amount_of_blocks_to_request)
|
||||||
else {
|
else {
|
||||||
tracing::debug!("Peer does not have next batch");
|
|
||||||
return Some(client);
|
return Some(client);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue