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:
@@ -7,9 +7,6 @@ public dynamic class TypedArray extends Array
|
|||||||
public function TypedArray (jtype :String)
|
public function TypedArray (jtype :String)
|
||||||
{
|
{
|
||||||
_jtype = jtype;
|
_jtype = jtype;
|
||||||
if (_jtype == "" || _jtype == null) {
|
|
||||||
Log.info("Created a typed array with bogus type {" + _jtype + "}");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getJavaType () :String
|
public function getJavaType () :String
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ public class ArrayStreamer extends Streamer
|
|||||||
{
|
{
|
||||||
public function ArrayStreamer (jname :String)
|
public function ArrayStreamer (jname :String)
|
||||||
{
|
{
|
||||||
Log.debug("Created an array streamer for type: {" + jname + "}");
|
|
||||||
super(TypedArray, jname);
|
super(TypedArray, jname);
|
||||||
|
|
||||||
if (jname.charAt(1) === "[") {
|
if (jname.charAt(1) === "[") {
|
||||||
|
|||||||
Reference in New Issue
Block a user