7311: Remove log used for testing, apply spotless

Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net>
pull/7633/head
Matilda Clerke 2 months ago
parent 4c64dbe1cd
commit 7a94fe2d6d
  1. 1
      besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java

@ -1792,7 +1792,6 @@ public class BesuCommand implements DefaultCommandValues, Runnable {
instantiateSignatureAlgorithmFactory();
PeerTaskFeatureToggle.initialize(isPeerTaskSystemEnabled);
logger.info("PeerTask feature toggle is {}", PeerTaskFeatureToggle.usePeerTaskSystem() ? "enabled" : "disabled");
logger.info(generateConfigurationOverview());
logger.info("Security Module: {}", securityModuleName);

Loading…
Cancel
Save