Skip to content

Commit

Permalink
fix: remove tracing line
Browse files Browse the repository at this point in the history
  • Loading branch information
zaghaghi committed May 12, 2024
1 parent 51d66dd commit 68cd080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/panes/parameter_editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ impl RequestBuilder for ParameterEditor {
.and_then(|header_name| HeaderValue::from_str(value).ok().map(|header_value| (header_name, header_value)))
})
.collect::<HeaderMap<_>>();
tracing::info!("{:?}", query_params);
request.query(&query_params).headers(header_params)
}
}
Expand Down

0 comments on commit 68cd080

Please sign in to comment.