mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Remove debug output.
This commit is contained in:
parent
18516ba09f
commit
31ad5d7e5d
@ -100,7 +100,6 @@ Chunk RemoteExtremesSource::generate()
|
||||
if (auto block = query_executor->getExtremes())
|
||||
{
|
||||
UInt64 num_rows = block.rows();
|
||||
std::cerr << "Got extrees " << num_rows << " rows " << std::endl;
|
||||
return Chunk(block.getColumns(), num_rows);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user