remove unused debug log

This commit is contained in:
saltonz 2024-09-20 05:36:35 +00:00 committed by ob-robot
parent 3598e3f0a8
commit a36309c367

View File

@ -253,7 +253,6 @@ int ObBaseIndexBlockDumper::append_row(const ObDatumRow &row)
STORAGE_LOG(WARN, "Fail to copy last key", K(ret), K(rowkey));
} else {
row_count_++;
FLOG_INFO("Index Block Dumper save last key", K(last_rowkey_), K(row));
}
}
return ret;