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:
Simon Willnauer 2012-11-19 15:39:24 +00:00
parent a3853a1129
commit 4ce7dc5b4f
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ final class CompoundFileWriter implements Closeable{
final DirectCFSIndexOutput out; final DirectCFSIndexOutput out;
if ((outputLocked = outputTaken.compareAndSet(false, true))) { if ((outputLocked = outputTaken.compareAndSet(false, true))) {
// System.out.println(entry.file);
out = new DirectCFSIndexOutput(getOutput(), entry, false); out = new DirectCFSIndexOutput(getOutput(), entry, false);
} else { } else {
entry.dir = this.directory; entry.dir = this.directory;