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:
@@ -377,7 +377,6 @@ public class Streamer
|
|||||||
// gracefully deal with objects that have had new fields added to their class
|
// gracefully deal with objects that have had new fields added to their class
|
||||||
// definition
|
// definition
|
||||||
if (in.available() > 0) {
|
if (in.available() > 0) {
|
||||||
log.info("Using " + fm);
|
|
||||||
fm.readField(field, object, in);
|
fm.readField(field, object, in);
|
||||||
} else {
|
} else {
|
||||||
log.info("Streamed instance missing field (probably newly added) " +
|
log.info("Streamed instance missing field (probably newly added) " +
|
||||||
|
|||||||
Reference in New Issue
Block a user