Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Jul 10, 2024
1 parent ca28fb6 commit ca70d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ fn get_cert(
) -> Result<WaldurCertificateSignResponse> {
let fingerprint =
fingerprint_md5(identity).context("Could not calculate the MD5 hash of the fingerprint")?;
dbg!(&fingerprint);
let project_r = reqwest::blocking::Client::new()
.get(format!("{}api/projects/?short_name={}", api_url, project))
// .get(format!("{}api/projects/", api_url))
Expand Down

0 comments on commit ca70d27

Please sign in to comment.