Skip to content

Commit

Permalink
OAK-2511 - disabled useless info log
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1720110 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
tteofili committed Dec 15, 2015
1 parent f1bfd5c commit a76dfe9
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -433,7 +433,6 @@ private boolean loadDocs() {
if (facetsMap.size() > 0) {
facets = new MultiFacets(facetsMap);
LOG.debug("facets retrieved in {}ms", (System.currentTimeMillis() - f));
LOG.info("facets in {}ms : {}", (System.currentTimeMillis() - f), facets.getTopChildren(10, facetFields.get(0)));
}

}
Expand Down

0 comments on commit a76dfe9

Please sign in to comment.