1
0
Fork 0
mirror of synced 2024-08-30 01:12:44 +12:00

Remove debug force true

This commit is contained in:
Bradley Schofield 2022-12-13 15:54:37 +00:00
parent b7d7a71994
commit 02271c5329

View file

@ -92,7 +92,7 @@ class Maintenance extends Action
]);
if (\count($certificates) > 0 || true) {
if (\count($certificates) > 0) {
Console::info("[{$time}] Found " . \count($certificates) . " certificates for renewal, scheduling jobs.");
foreach ($certificates as $certificate) {