Oops, stray debug line got left in

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5549 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-11-14 01:51:28 +00:00
parent 71af5514da
commit 79f5a17600
@@ -293,7 +293,6 @@ public class Communicator
_outq.length = 0;
// well that's great! let's logon
log.info("Posting auth request");
postMessage(new AuthRequest(_client.getCredentials(), _client.getVersion(),
_client.getBootGroups()));
}