Skip to content

Commit

Permalink
fix clippy (again)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed May 25, 2023
1 parent 8e5cf2a commit d3b6cc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/servers/src/prom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ pub async fn instant_query(
let query_ctx = QueryContext::with(catalog, schema);

let result = handler.do_query(&prom_query, Arc::new(query_ctx)).await;
println!("result: {:?}", result);
let (metric_name, result_type) =
retrieve_metric_name_and_result_type(&prom_query.query).unwrap_or_default();
PromJsonResponse::from_query_result(result, metric_name, result_type).await
Expand Down

0 comments on commit d3b6cc7

Please sign in to comment.