From 0cfc7fcc9ea152a6d1fc850b9ed840ec431483d7 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Thu, 11 Dec 2008 19:53:16 +0000 Subject: [PATCH] Turn debugging off again. Whew. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5598 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/io/ObjectInputStream.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index 74203371b..a0df40323 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 static const log :Log = Log.getLog(ObjectInputStream);