mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Remove stray println from ca
This commit is contained in:
@@ -72,7 +72,6 @@ pub(crate) fn generate_certificates(
|
||||
private_key: Option<RsaPrivateKey>,
|
||||
) -> Result<CaReturn, Box<dyn std::error::Error>> {
|
||||
// Load device public key
|
||||
println!("{}", std::str::from_utf8(device_public_key_pem)?);
|
||||
let device_public_key =
|
||||
RsaPublicKey::from_pkcs1_pem(std::str::from_utf8(device_public_key_pem)?)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user