diff --git a/src/Interpreters/InterpreterSelectQuery.cpp b/src/Interpreters/InterpreterSelectQuery.cpp index b1f6b7fddbc..c8f48f2ed1f 100644 --- a/src/Interpreters/InterpreterSelectQuery.cpp +++ b/src/Interpreters/InterpreterSelectQuery.cpp @@ -77,7 +77,6 @@ #include #include #include -#include "Parsers/queryToString.h" #include #include #include @@ -1084,7 +1083,6 @@ void InterpreterSelectQuery::executeImpl(QueryPlan & query_plan, std::optional

hasWindow()) { - std::cerr << "############# add window " << expressions.before_window->dumpDAG() << std::endl; executeExpression(query_plan, expressions.before_window, "Before window functions"); } else