Nixed debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5512 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-07 01:26:59 +00:00
parent c4909a5a5c
commit c81f970590
@@ -313,7 +313,6 @@ public class ConnectionManager extends LoopingThread
public int handleEvent (long when) {
try {
if (sockchan.finishConnect()) {
log.info("Connection became ready.", "conn", conn);
// great, we're ready to roll, wire up the connection
conn.selkey = sockchan.register(_selector, SelectionKey.OP_READ);
_handlers.put(conn.selkey, conn);