Nixed more debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5513 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-07 01:27:12 +00:00
parent c81f970590
commit 38e352443f
@@ -316,8 +316,6 @@ public class ConnectionManager extends LoopingThread
// great, we're ready to roll, wire up the connection
conn.selkey = sockchan.register(_selector, SelectionKey.OP_READ);
_handlers.put(conn.selkey, conn);
} else {
log.info("Connection not yet ready.", "conn", conn);
}
} catch (IOException ioe) {
handleError(ioe);