Skip to content

Commit 2d86f22

Browse files
committed
Remove println
1 parent 5f3c7ca commit 2d86f22

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
@@ -174,9 +174,6 @@ private void processTokenNormal(JsonToken token, List<TokenBuffer> result) throw
174174

175175
private void processTokenArray(JsonToken token, List<TokenBuffer> result) throws IOException {
176176
if (!isTopLevelArrayToken(token)) {
177-
if (!this.parser.hasCurrentToken()) {
178-
System.out.println("NO CURRENT TOKEN: " + token);
179-
}
180177
this.tokenBuffer.copyCurrentEvent(this.parser);
181178
}
182179

0 commit comments

Comments
 (0)