Skip to content

Commit

Permalink
Removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
EinsamHauer committed Jan 26, 2022
1 parent c9bddef commit 5ef3fbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.iponweb.disthene.reader</groupId>
<artifactId>disthene-reader</artifactId>
<packaging>jar</packaging>
<version>2.0.3</version>
<version>2.0.4</version>
<name>disthene-reader</name>
<url>http://maven.apache.org</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ private List<String> getPathsFromRegExs(String tenant, List<String> regExs, bool
result.add(String.valueOf(hit.getSourceAsMap().get("path")));
}

logger.info(scrollId);
SearchScrollRequest scrollRequest = new SearchScrollRequest(scrollId).scroll(scroll);
response = client.scroll(scrollRequest, RequestOptions.DEFAULT);
scrollId = response.getScrollId();
Expand Down

0 comments on commit 5ef3fbe

Please sign in to comment.