mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Remove debug output.
This commit is contained in:
parent
31ad5d7e5d
commit
d87b474665
@ -79,7 +79,6 @@ Chunk RemoteTotalsSource::generate()
|
||||
if (auto block = query_executor->getTotals())
|
||||
{
|
||||
UInt64 num_rows = block.rows();
|
||||
std::cerr << "Got toals " << num_rows << " rows " << std::endl;
|
||||
return Chunk(block.getColumns(), num_rows);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user