Remove debug print statement

This commit is contained in:
Chris Beams 2014-11-09 23:45:21 +01:00
parent b5f95e00a3
commit d062e1dbbf
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -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);