Skip to content

Commit

Permalink
Remove accidental debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 20, 2020
1 parent 1726341 commit b8b9144
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1006,7 +1006,6 @@ protected JsonToken _handleExtraColumn(String value) throws IOException
if (next == null) { // should end of record or input
return _handleObjectRowEnd();
}
System.err.println("... yet we did NOT skip");
}
}
// 21-May-2015, tatu: Need to enter recovery mode, to skip remainder of the line
Expand Down

0 comments on commit b8b9144

Please sign in to comment.