Nixed stray debug line.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4563 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-02-12 03:40:46 +00:00
parent 46a23342b3
commit d0d31eb5bf
-1
View File
@@ -377,7 +377,6 @@ public class Streamer
// gracefully deal with objects that have had new fields added to their class
// definition
if (in.available() > 0) {
log.info("Using " + fm);
fm.readField(field, object, in);
} else {
log.info("Streamed instance missing field (probably newly added) " +