check-certificates: drop extra warning

A sent notification implies that renewal failed.
This commit is contained in:
Christian Hesse 2019-01-09 10:31:54 +01:00
parent 0abb9a1848
commit 6b6c3d5119

View file

@ -63,8 +63,6 @@
/ certificate remove $Cert;
/ certificate set $CertNew name=$CertName;
} on-error={
:log warning ("Failed to auto-update certificate " . $CertName);
:local InvalidBefore [ / certificate get $Cert invalid-before ];
:local InvalidAfter [ / certificate get $Cert invalid-after ];