turn off IFD's verbose ref counts

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-09-08 20:50:42 +00:00
parent 936c7b9456
commit 4fb8c1b9f3
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ final class IndexFileDeleter {
/** Change to true to see details of reference counts when
* infoStream != null */
public static boolean VERBOSE_REF_COUNTS = true;
public static boolean VERBOSE_REF_COUNTS = false;
void setInfoStream(PrintStream infoStream) {
this.infoStream = infoStream;