[유치수] [NOBTS] remove unnecessary comment

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@705 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-09-26 02:01:21 +00:00
parent 74580cfcfc
commit c689f840ec
@@ -248,7 +248,6 @@ public class HBaseClient {
if (columns != null) {
for (HbaseColumn column : columns) {
scan.addColumn(column.getFamily().getBytes(), column.getColumnName().getBytes());
System.out.println("add column to scanner " + column);
}
}