No need to repeat ourselves.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5629 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-01-10 18:56:33 +00:00
parent 06473a1a11
commit 4e980867cf
@@ -890,9 +890,8 @@ public class PresentsSession
*/
protected void toString (StringBuilder buf)
{
buf.append("username=").append(_username);
buf.append("who=").append(_username);
buf.append(", conn=").append(getConnection());
buf.append(", who=").append(_username);
buf.append(", in=").append(_messagesIn);
buf.append(", out=").append(_messagesOut);
}