mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
remove stacktrace output
This commit is contained in:
parent
edc6267e3f
commit
f50750dfed
@ -55,7 +55,7 @@ protected:
|
||||
void consume(Chunk chunk) override final
|
||||
{
|
||||
|
||||
std::cout << StackTrace().toString() << std::endl;
|
||||
// std::cout << StackTrace().toString() << std::endl;
|
||||
|
||||
if (chunk.empty())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user