HBASE-2373 Remove confusing log message of how "BaseScanner GET got different address/startcode than SCAN"

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-04-01 06:22:42 +00:00
parent 86335c9fb2
commit 3e6935613c
1 changed files with 0 additions and 2 deletions

View File

@ -551,8 +551,6 @@ abstract class BaseScanner extends Chore implements HConstants {
if (sa != null && sa.length() > 0) {
// Reget startcode in case its changed in the meantime too.
sc = getStartCode(r);
LOG.debug("GET got values when meta found none: serverAddress=" + sa
+ ", startCode=" + sc);
}
}
}