Removed debugging for a heisenbug that seems to be gone now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3931 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-09 03:27:52 +00:00
parent 4bb90a9002
commit 704fbfaec3
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -7,9 +7,6 @@ public dynamic class TypedArray extends Array
public function TypedArray (jtype :String)
{
_jtype = jtype;
if (_jtype == "" || _jtype == null) {
Log.info("Created a typed array with bogus type {" + _jtype + "}");
}
}
public function getJavaType () :String
@@ -16,7 +16,6 @@ public class ArrayStreamer extends Streamer
{
public function ArrayStreamer (jname :String)
{
Log.debug("Created an array streamer for type: {" + jname + "}");
super(TypedArray, jname);
if (jname.charAt(1) === "[") {