Remove debug output

This commit is contained in:
Alexey Milovidov 2020-04-15 05:04:26 +03:00
parent 2491d59938
commit ff817ae735

View File

@ -409,8 +409,6 @@ static std::tuple<ASTPtr, BlockIO> executeQueryImpl(
elem.client_info = context.getClientInfo();
std::cerr << "Quota key: " << elem.client_info.quota_key << "\n";
bool log_queries = settings.log_queries && !internal;
/// Log into system table start of query execution, if need.