Removed debugging.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@133 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-11-30 23:42:27 +00:00
parent e60e58c8b8
commit 4536556ba9
@@ -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;
}