Skip to content

Commit

Permalink
remove log (foundry-rs#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk authored Aug 15, 2022
1 parent a66ad88 commit e586cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/cmd/forge/verify/sourcify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ impl VerificationProvider for SourcifyVerificationProvider {
}

let text = response.text().await?;
println!("response >> {}", text);
Ok(Some(serde_json::from_str::<SourcifyVerificationResponse>(&text)?))
}
.boxed()
Expand Down

0 comments on commit e586cdd

Please sign in to comment.