Skip to content

Commit 01e60fc

Browse files
committed
Remove a debug statement (ugh!)
1 parent 719ac05 commit 01e60fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/tools/jackson/core/json/UTF8DataInputJsonParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,6 @@ private String _finishAndReturnString() throws JacksonException
19591959
if (c == INT_QUOTE) {
19601960
return _textBuffer.setCurrentAndReturn(outPtr);
19611961
}
1962-
System.err.println("c="+Integer.toHexString(c));
19631962
_finishString2(outBuf, outPtr, c);
19641963
return _textBuffer.contentsAsString();
19651964
}

0 commit comments

Comments
 (0)