Remove debug force true

This commit is contained in:
Bradley Schofield
2022-12-13 15:54:37 +00:00
parent b7d7a71994
commit 02271c5329
+1 -1
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) {