diff --git a/src/command/gen.rs b/src/command/gen.rs index 8089e3d..f64d825 100644 --- a/src/command/gen.rs +++ b/src/command/gen.rs @@ -304,7 +304,6 @@ fn read_rsa_key( let parsed_pubkey_data: RsaPublicParts = trussed::postcard_deserialize(&pubkey_data).map_err(|_err| { error!("Failed to deserialize public key"); - syscall!(client.delete(public_key)); Status::UnspecifiedNonpersistentExecutionError })?; ctx.reply.expand(&[0x81])?;