HBASE-4532 remove system.out.println (Jonathan Hsieh)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1190607 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-10-28 21:49:46 +00:00
parent 804e99e4d0
commit e99dc7fa83
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ class StoreFileScanner implements KeyValueScanner {
public boolean reseek(KeyValue key) throws IOException {
seekCount.incrementAndGet();
System.out.println("Reseek " + key + " data block " + HFile.dataBlockReadCnt);
try {
try {
if (!reseekAtOrAfter(hfs, key)) {