mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Fix style
This commit is contained in:
parent
c4ab1e12f1
commit
403396d0bd
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user