Skip to content

Commit 6f810ea

Browse files
committed
Bit of test code cleanup
1 parent cfb8d27 commit 6f810ea

File tree

3 files changed

+177
-146
lines changed

3 files changed

+177
-146
lines changed

src/test/java/com/fasterxml/jackson/core/BaseTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ protected String readAndWrite(JsonFactory f, JsonParser p) throws IOException
451451
g.disable(JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT);
452452
try {
453453
while (p.nextToken() != null) {
454-
System.err.println(p.currentToken() + " " + p.currentName() + " " + p.currentValue());
455454
g.copyCurrentEvent(p);
456455
}
457456
} catch (IOException e) {

0 commit comments

Comments
 (0)