Skip to content

Commit

Permalink
Update helper.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jul 23, 2024
1 parent f3b68ad commit aa83093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/infisical/src/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ pub async fn build_base_request(
{
let certificate = get_ssl_certificate(client).await?;

println!("cert: {:?}", certificate);
request_client = reqwest::Client::builder()
.use_rustls_tls()
.use_preconfigured_tls(rustls_platform_verifier::tls_config())
Expand Down

0 comments on commit aa83093

Please sign in to comment.