mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +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).
|
||||
if (chain != null && chain.shouldVerifyTransactions())
|
||||
return;
|
||||
log.info("Recalculating filter in mode {}", mode);
|
||||
FilterMerger.Result result = bloomFilterMerger.calculate(ImmutableList.copyOf(peerFilterProviders));
|
||||
boolean send;
|
||||
switch (mode) {
|
||||
|
||||
Reference in New Issue
Block a user