mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Remove log
This commit is contained in:
parent
852ac144f3
commit
19ef0a2b40
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user