Only two pieces of debugging code slipped past me in that small commit
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6200 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -34,7 +34,7 @@ import com.threerings.util.Long;
|
||||
public class ObjectInputStream
|
||||
{
|
||||
/** Enables verbose object I/O debugging. */
|
||||
public static const DEBUG :Boolean = true;
|
||||
public static const DEBUG :Boolean = false;
|
||||
|
||||
public function ObjectInputStream (source :IDataInput = null, clientProps :Object = null)
|
||||
{
|
||||
|
||||
@@ -102,7 +102,6 @@ public class AuthRequest extends UpstreamMessage
|
||||
// if we fail here because the client is old, leave ourselves with a partially
|
||||
// initialized set of credentials, which the server will generally cope with by telling
|
||||
// the client it is out of date
|
||||
ioe.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user