mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Remove logs
This commit is contained in:
parent
2f36feff7d
commit
92cc90a711
@ -42,7 +42,6 @@ public:
|
||||
|
||||
void enterImpl(const QueryTreeNodePtr & node)
|
||||
{
|
||||
LOG_DEBUG(getLogger("CollectSets"), "Enter node: {}", node->dumpTree());
|
||||
if (const auto * constant_node = node->as<ConstantNode>())
|
||||
/// Collect sets from source expression as well.
|
||||
/// Most likely we will not build them, but those sets could be requested during analysis.
|
||||
|
Loading…
Reference in New Issue
Block a user