Remove log

This commit is contained in:
chimp1984 2020-12-19 14:51:11 -05:00
parent 852ac144f3
commit 19ef0a2b40
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -278,7 +278,6 @@ public class TorNetworkNode extends NetworkNode {
}
return null;
});
log.info("It will take some time for the HS to be reachable (~40 seconds). You will be notified about this");
} catch (TorCtlException e) {
String msg = e.getCause() != null ? e.getCause().toString() : e.toString();
log.error("Tor node creation failed: {}", msg);