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:
Robert Davies 2008-02-28 16:45:17 +00:00
parent 03ecdb00ee
commit 014f82a1e0
1 changed files with 0 additions and 2 deletions

View File

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