mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Remove logging
This commit is contained in:
parent
cab460d7c3
commit
0ff0c96b00
@ -2527,7 +2527,6 @@ ColumnPtr IMergeTreeDataPart::getColumnSample(const NameAndTypePair & column) co
|
||||
|
||||
Columns result;
|
||||
result.resize(1);
|
||||
LOG_DEBUG(getLogger("IMergeTreeDataPart"), "getColumnSample");
|
||||
reader->readRows(0, total_mark, false, 0, result);
|
||||
return result[0];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user