From 403396d0bdec5a75ac736f483eb7b3e779d2a18c Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Tue, 25 Apr 2023 21:04:55 +0000 Subject: [PATCH] Fix style --- src/Interpreters/InterpreterShowIndexesQuery.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Interpreters/InterpreterShowIndexesQuery.cpp b/src/Interpreters/InterpreterShowIndexesQuery.cpp index cb282b95451..d47a20e1ba6 100644 --- a/src/Interpreters/InterpreterShowIndexesQuery.cpp +++ b/src/Interpreters/InterpreterShowIndexesQuery.cpp @@ -108,8 +108,6 @@ String InterpreterShowIndexesQuery::getRewrittenQuery() /// SQL tests can take advantage of this. rewritten_query << " ORDER BY index_type, expression"; - std::cout << rewritten_query.str() << std::endl; - return rewritten_query.str(); }