Remove useless, annoying DEBUG (previously added by me)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@651740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cecc9e99ff
commit
495467870b
|
@ -517,10 +517,6 @@ public class HConnectionManager implements HConstants {
|
||||||
// signifying that the region we're checking is actually the last
|
// signifying that the region we're checking is actually the last
|
||||||
// region in the table.
|
// region in the table.
|
||||||
if (endKey.equals(EMPTY_TEXT) || endKey.compareTo(row) > 0) {
|
if (endKey.equals(EMPTY_TEXT) || endKey.compareTo(row) > 0) {
|
||||||
if (LOG.isDebugEnabled()) {
|
|
||||||
LOG.debug("Found possible location for " + row + ", " +
|
|
||||||
possibleRegion);
|
|
||||||
}
|
|
||||||
return possibleRegion;
|
return possibleRegion;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue