Remove redundant logging.

This commit is contained in:
akwizgran
2020-01-20 14:03:12 +00:00
parent 4bb14f51d2
commit 54068a9e24

View File

@@ -711,7 +711,6 @@ abstract class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
@Override
public void message(String severity, String msg) {
if (LOG.isLoggable(INFO)) LOG.info(severity + " " + msg);
if (LOG.isLoggable(INFO)) LOG.info(severity + " " + msg);
if (severity.equals("NOTICE") && msg.startsWith("Bootstrapped 100%")) {
state.setBootstrapped();