diff --git a/src/java/com/threerings/presents/client/Communicator.java b/src/java/com/threerings/presents/client/Communicator.java index fff7c03f6..693df7fae 100644 --- a/src/java/com/threerings/presents/client/Communicator.java +++ b/src/java/com/threerings/presents/client/Communicator.java @@ -411,7 +411,7 @@ public class Communicator } catch (Exception e) { Log.debug("Logon failed: " + e); - Log.logStackTrace(e); + // Log.logStackTrace(e); // once we're shutdown we'll report this error _logonError = e; // terminate our communicator thread