Remove logs

This commit is contained in:
Dmitry Novik 2024-11-04 15:29:17 +01:00 committed by GitHub
parent 2f36feff7d
commit 92cc90a711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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