diff --git a/preload.php b/preload.php index 70926fe056..8f2b26e1d4 100644 --- a/preload.php +++ b/preload.php @@ -56,7 +56,7 @@ class Preloader $count = self::$count; - echo "[Preloader] Preloaded {$count} classes" . PHP_EOL; + // echo "[Preloader] Preloaded {$count} classes" . PHP_EOL; } private function loadPath(string $path): void