diff --git a/src/as/com/threerings/presents/client/Communicator.as b/src/as/com/threerings/presents/client/Communicator.as index 1f24b0f91..57ee204f3 100644 --- a/src/as/com/threerings/presents/client/Communicator.as +++ b/src/as/com/threerings/presents/client/Communicator.as @@ -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())); }