From 79f5a176005de8bf8b14a77e79657abdc7f639ad Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Fri, 14 Nov 2008 01:51:28 +0000 Subject: [PATCH] Oops, stray debug line got left in git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5549 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/presents/client/Communicator.as | 1 - 1 file changed, 1 deletion(-) 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())); }