mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove concole
This commit is contained in:
@@ -5,7 +5,6 @@ import cn.hutool.core.collection.CollUtil;
|
||||
import cn.hutool.core.collection.IterUtil;
|
||||
import cn.hutool.core.io.FileUtil;
|
||||
import cn.hutool.core.lang.Assert;
|
||||
import cn.hutool.core.lang.Console;
|
||||
import cn.hutool.core.map.MapUtil;
|
||||
import cn.hutool.core.util.ObjectUtil;
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
@@ -240,7 +239,6 @@ public class ExcelReader extends ExcelBase<ExcelReader> {
|
||||
List rowList;
|
||||
for (int i = startRowIndex; i <= endRowIndex; i++) {
|
||||
rowList = readRow(i);
|
||||
Console.log("### {}: {}", i, rowList);
|
||||
if (CollUtil.isNotEmpty(rowList) || false == ignoreEmptyRow) {
|
||||
if (null == rowList) {
|
||||
rowList = new ArrayList<>(0);
|
||||
|
Reference in New Issue
Block a user