Removed accidentally committed debuggery.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6123 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2010-08-11 03:39:30 +00:00
parent f98e5e9abf
commit 4bf5490c35
@@ -262,7 +262,6 @@ public class BasicStreamers
public Object createObject (ObjectInputStream in)
throws IOException
{
System.err.println("Read unmodifiedUTF");
return in.readUnmodifiedUTF();
}
@@ -271,7 +270,6 @@ public class BasicStreamers
throws IOException
{
out.writeUnmodifiedUTF((String)object);
System.err.println("Wrote unmodifiedUTF");
}
}