Skip to content

Commit

Permalink
remove system out println
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Feb 26, 2024
1 parent 0ab4359 commit 084b97b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ private void validateContent(Object content, String inputField) {

private Object chunk(IFieldChunker chunker, Object content, Map<String, Object> chunkerParameters) {
// assume that content is either a map, list or string
System.out.println("chunkerParameters: " + chunkerParameters);
if (content instanceof Map) {
Map<String, Object> chunkedPassageMap = new HashMap<>();
Map<String, Object> contentMap = (Map<String, Object>) content;
Expand Down

0 comments on commit 084b97b

Please sign in to comment.