mirror of https://github.com/apache/activemq.git
remove System.err.println
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@667123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
996e1eb2c0
commit
35706757e2
|
@ -273,7 +273,6 @@ public class AsyncDataManager {
|
|||
if (currentWriteFile != null) {
|
||||
currentWriteFile.linkAfter(nextWriteFile);
|
||||
if (currentWriteFile.isUnused()) {
|
||||
System.err.println("remove current file unused:" + currentWriteFile);
|
||||
removeDataFile(currentWriteFile);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue