mirror of https://github.com/apache/activemq.git
remove println() - oops
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@632051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03ecdb00ee
commit
014f82a1e0
|
@ -214,7 +214,6 @@ public class HashIndex implements Index, HashIndexMBean {
|
|||
}
|
||||
offset += pageSize;
|
||||
}
|
||||
System.err.println("AFTER LOAD SIZE = " + size);
|
||||
length = offset;
|
||||
} catch (IOException e) {
|
||||
LOG.error("Failed to load index ", e);
|
||||
|
@ -312,7 +311,6 @@ public class HashIndex implements Index, HashIndexMBean {
|
|||
length += pageSize;
|
||||
indexFile.seek(length);
|
||||
indexFile.write(HashEntry.NOT_SET);
|
||||
System.err.println("ALLOCATED NEW PAGE size = " + size);
|
||||
}
|
||||
addToCache(result);
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue