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:
Erick Erickson 2013-03-03 03:17:48 +00:00
parent ac389d7f07
commit c160fd0375
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}
}