Removed debug line.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user