mirror of https://github.com/apache/lucene.git
remove sysout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1411251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3853a1129
commit
4ce7dc5b4f
|
@ -221,7 +221,6 @@ final class CompoundFileWriter implements Closeable{
|
|||
final DirectCFSIndexOutput out;
|
||||
|
||||
if ((outputLocked = outputTaken.compareAndSet(false, true))) {
|
||||
// System.out.println(entry.file);
|
||||
out = new DirectCFSIndexOutput(getOutput(), entry, false);
|
||||
} else {
|
||||
entry.dir = this.directory;
|
||||
|
|
Loading…
Reference in New Issue