Skip to content

Commit

Permalink
chore(metrics): remove unnecesary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 27, 2024
1 parent 392942c commit 3e7405f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ def get_query_log_from_clickhouse(report, query_contexts, print_sql, fail_on_err
parsed_sql = str(sqlparse.parse(row.pop("query"))[0])
clickhouse_queries[parsed_sql] = row

if print_sql:
logger.info("ClickHouse SQL: ")
logger.info(parsed_sql)


for k, chart_result in enumerate(report):
for query in chart_result["queries"]:
Expand Down

0 comments on commit 3e7405f

Please sign in to comment.