Remove stray System.out.

This commit is contained in:
ryan-gustafson
2012-08-25 12:20:46 -05:00
parent 6419c3d6f5
commit 051824beb8

View File

@@ -64,7 +64,6 @@ public class ContinuationReader extends Reader {
in.unread(c2);
}
}
System.out.println((off + count) + ": <" + ((char) c1) + ">");
cbuf[off + count] = (char) c1;
count++;
}