Updated preload log

This commit is contained in:
Eldad Fux
2020-07-04 10:01:25 +03:00
parent a9b823c720
commit 9d1f8b1dd1
+1 -1
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 {