PeerGroup: take out noisy debug log

This commit is contained in:
Mike Hearn
2014-09-18 17:45:24 +02:00
parent 88c4918f93
commit f9659f08a2

View File

@@ -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) {