Nixed old temporary code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4256 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-07-07 20:43:57 +00:00
parent 4894d1cfde
commit 489332edca
@@ -297,13 +297,7 @@ public class BasicStreamers
public Object createObject (ObjectInputStream in)
throws IOException
{
try {
return in.readUTF();
} catch (java.io.EOFException eofe) {
// TODO: remove all this and just return in.readUTF();
System.err.println("Hack: read EOF as null.");
return null;
}
return in.readUTF();
}
// documentation inherited