remove outdated comment

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-06-14 13:00:14 +02:00
parent 9e8daa1d10
commit a1896bffb6

View File

@ -522,7 +522,6 @@ pub fn send_updates_available(updates: &[&APTUpdateInfo]) -> Result<(), Error> {
}
/// send email on certificate renewal failure.
/// `notify` currently only accepts `Notify::Error`.
pub fn send_certificate_renewal_mail(result: &Result<(), Error>) -> Result<(), Error> {
let error: String = match result {
Err(e) => e.to_string().into(),