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:
@@ -262,7 +262,6 @@ public class BasicStreamers
|
|||||||
public Object createObject (ObjectInputStream in)
|
public Object createObject (ObjectInputStream in)
|
||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
System.err.println("Read unmodifiedUTF");
|
|
||||||
return in.readUnmodifiedUTF();
|
return in.readUnmodifiedUTF();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -271,7 +270,6 @@ public class BasicStreamers
|
|||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
out.writeUnmodifiedUTF((String)object);
|
out.writeUnmodifiedUTF((String)object);
|
||||||
System.err.println("Wrote unmodifiedUTF");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user