Removed debugging.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@133 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -47,8 +47,6 @@ public class EZObjectMarshaller
|
||||
bytes.endian = Endian.BIG_ENDIAN;
|
||||
bytes.objectEncoding = ObjectEncoding.AMF3;
|
||||
bytes.writeObject(obj);
|
||||
Log.getLog(EZObjectMarshaller).info(
|
||||
"The encoded bytes are: " + StringUtil.hexlate(bytes));
|
||||
return bytes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user