mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 15:26:03 -04:00
Remove debug print statement
This commit is contained in:
parent
b5f95e00a3
commit
d062e1dbbf
@ -50,8 +50,6 @@ public abstract class MessageModule extends BitsquareModule {
|
||||
properties.getProperty(SEED_PORT_FLAG, DEFAULT_BOOTSTRAP_NODE.getPortAsString())
|
||||
);
|
||||
|
||||
System.out.println("bootstrapNode = " + bootstrapNode);
|
||||
|
||||
bind(Node.class)
|
||||
.annotatedWith(Names.named("bootstrapNode"))
|
||||
.toInstance(bootstrapNode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user