mirror of https://github.com/apache/lucene.git
took out soe debugging info I left in by mistake when checking in SOLR-4401
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac389d7f07
commit
c160fd0375
|
@ -145,9 +145,6 @@ public abstract class FSDirectory extends Directory {
|
|||
throw new NoSuchDirectoryException("file '" + directory + "' exists but is not a directory");
|
||||
|
||||
setLockFactory(lockFactory);
|
||||
if (path.getName().indexOf("index") != -1) {
|
||||
int eoe = 32;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue