Skip to content

Commit

Permalink
GEODE-2522: Removed debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuynh1 committed Feb 23, 2017
1 parent 5547c2a commit 55a4c7a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ protected void executeTextSearch(VM vm, String queryString, String defaultField,
query = service.createLuceneQueryFactory().setResultLimit(1000).setPageSize(1000)
.create(INDEX_NAME, REGION_NAME, queryString, defaultField);
Collection<?> results = query.findKeys();
System.out.println("JASON Lucene Query returned:" + results.size());

assertEquals(expectedResultsSize, results.size());
});
Expand Down

0 comments on commit 55a4c7a

Please sign in to comment.