Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EinsamHauer committed Aug 22, 2015
1 parent 1678f63 commit 8d5cc6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/iponweb/disthene/dumper/Dumper.java
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ private List<String> getTenants() throws ExecutionException, InterruptedExceptio
.setSize(10000)
.execute().get();

logger.info(response.getHits().getTotalHits());
Collection<Terms.Bucket> buckets = ((Terms) response.getAggregations().get("agg")).getBuckets();

for(Terms.Bucket bucket : buckets) {
Expand Down

0 comments on commit 8d5cc6a

Please sign in to comment.