From bcbeb033456f453357a4acc567a2e9059e41eee8 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Fri, 15 Oct 2010 07:56:13 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/io/ObjectInputStream.as | 2 +- src/java/com/threerings/presents/net/AuthRequest.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index 9ca7b3314..ad9b26f5c 100644 --- a/src/as/com/threerings/io/ObjectInputStream.as +++ b/src/as/com/threerings/io/ObjectInputStream.as @@ -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) { diff --git a/src/java/com/threerings/presents/net/AuthRequest.java b/src/java/com/threerings/presents/net/AuthRequest.java index 4c549126d..86f508335 100644 --- a/src/java/com/threerings/presents/net/AuthRequest.java +++ b/src/java/com/threerings/presents/net/AuthRequest.java @@ -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(); } }