mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
PeerGroup: take out noisy debug log
This commit is contained in:
@@ -904,7 +904,6 @@ public class PeerGroup extends AbstractExecutionThreadService implements Transac
|
|||||||
// Fully verifying mode doesn't use this optimization (it can't as it needs to see all transactions).
|
// Fully verifying mode doesn't use this optimization (it can't as it needs to see all transactions).
|
||||||
if (chain != null && chain.shouldVerifyTransactions())
|
if (chain != null && chain.shouldVerifyTransactions())
|
||||||
return;
|
return;
|
||||||
log.info("Recalculating filter in mode {}", mode);
|
|
||||||
FilterMerger.Result result = bloomFilterMerger.calculate(ImmutableList.copyOf(peerFilterProviders));
|
FilterMerger.Result result = bloomFilterMerger.calculate(ImmutableList.copyOf(peerFilterProviders));
|
||||||
boolean send;
|
boolean send;
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user