diff --git a/src/Planner/CollectSets.cpp b/src/Planner/CollectSets.cpp index f2f5b8cf4cc..527b5c200ad 100644 --- a/src/Planner/CollectSets.cpp +++ b/src/Planner/CollectSets.cpp @@ -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()) /// Collect sets from source expression as well. /// Most likely we will not build them, but those sets could be requested during analysis.