Skip to content

Commit

Permalink
masked a debug message (#6191)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Sep 30, 2019
1 parent cab2014 commit c7c7a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/edu/harvard/iq/dataverse/DataversePage.java
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,6 @@ public void incrementFacets(String name, int incrementNum) {
numFacets = incrementNum;
}
numberOfFacets.put(name, numFacets + incrementNum);
logger.info("set the number of facets to " + (numFacets + incrementNum));
}

private String query;
Expand Down

0 comments on commit c7c7a88

Please sign in to comment.