mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Remove debug output
This commit is contained in:
parent
f6f8421c2f
commit
ab683860c9
@ -293,8 +293,6 @@ void LimitTransform::splitChunk(PortsData & data)
|
||||
|
||||
assert(offset < rows_read);
|
||||
|
||||
std::cerr << fmt::format("offset: {}, limit: {}, num_rows: {}, rows_read: {}\n", offset, limit, num_rows, rows_read);
|
||||
|
||||
if (offset + num_rows > rows_read)
|
||||
start = offset + num_rows - rows_read;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user