comment echo

reduce noise

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer 2025-01-12 02:16:41 +01:00 committed by GitHub
parent e7bfc05be9
commit 8abb714500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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