From b28a48b1d9edf5b5a6d46fb7c060fba878aed2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 28 Jul 2020 14:42:53 +0200 Subject: [PATCH] undo --- app/Utils/SystemHealth.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index bc4fbcd1602d..6e7eb880b66f 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -60,14 +60,6 @@ class SystemHealth $system_health = false; } - if (!self::checkNode()) { - $system_health = false; - } - - if (!self::checkNpm()) { - $system_health = false; - } - return [ 'system_health' => $system_health, 'extensions' => self::extensions(),