Skip to content

Commit f5b082d

Browse files
committed
Remove println
1 parent c164759 commit f5b082d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-web/src/main/java/org/springframework/http/codec/json/Jackson2Tokenizer.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ private void processTokenNormal(JsonToken token, List<TokenBuffer> result) throw
172172

173173
private void processTokenArray(JsonToken token, List<TokenBuffer> result) throws IOException {
174174
if (!isTopLevelArrayToken(token)) {
175-
if (!this.parser.hasCurrentToken()) {
176-
System.out.println("NO CURRENT TOKEN: " + token);
177-
}
178175
this.tokenBuffer.copyCurrentEvent(this.parser);
179176
}
180177

0 commit comments

Comments
 (0)