Remove debug output

This commit is contained in:
Alexey Milovidov 2020-07-13 01:31:08 +03:00
parent f6f8421c2f
commit ab683860c9

View File

@ -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;