1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Updated preload log

This commit is contained in:
Eldad Fux 2020-07-04 10:01:25 +03:00
parent a9b823c720
commit 9d1f8b1dd1

View file

@ -99,7 +99,7 @@ class Preloader
if ($this->shouldIgnore($path)) {
return;
}
echo "[Preloader] Preloaded `{$path}`" . PHP_EOL;
// echo "[Preloader] Preloaded `{$path}`" . PHP_EOL;
// Finally we require the path,
// causing all its dependencies to be loaded as well
try {