Removed debug line.

This commit is contained in:
sponge
2008-12-30 10:29:39 +00:00
parent 841feaedff
commit 161379f004

View File

@ -218,7 +218,6 @@ public class BOB {
} }
try { try {
info(props.toString());
info("BOB is now running."); info("BOB is now running.");
ServerSocket listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST))); ServerSocket listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST)));
Socket server; Socket server;