summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2025-08-13 14:59:29 +0200
committerSimon Rettberg2025-08-13 14:59:29 +0200
commit40c20b690a2e06739a9612b90586989fc8b50ccc (patch)
treebcdc746d22ef2273ea83c20e0d05ebc7059c7641
parent[webinterface] Switch type to acme only after successfully requesting cert (diff)
downloadslx-admin-40c20b690a2e06739a9612b90586989fc8b50ccc.tar.gz
slx-admin-40c20b690a2e06739a9612b90586989fc8b50ccc.tar.xz
slx-admin-40c20b690a2e06739a9612b90586989fc8b50ccc.zip
[systemstatus] Remove debug message
-rw-r--r--modules-available/systemstatus/inc/systemstatus.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/systemstatus/inc/systemstatus.inc.php b/modules-available/systemstatus/inc/systemstatus.inc.php
index c50e0ef6..1d2f5fd9 100644
--- a/modules-available/systemstatus/inc/systemstatus.inc.php
+++ b/modules-available/systemstatus/inc/systemstatus.inc.php
@@ -138,7 +138,6 @@ class SystemStatus
$count++;
}
}
- error_log("Upgradable security count: $count, total count: " . count($task['data']['packages']));
Property::set(self::PROP_UPGRADABLE_COUNT, $count . '|' . count($task['data']['packages']), 61);
}