diff --git a/src/Appwrite/Preloader/Preloader.php b/src/Appwrite/Preloader/Preloader.php index 9e63645600..5e3a55b58a 100644 --- a/src/Appwrite/Preloader/Preloader.php +++ b/src/Appwrite/Preloader/Preloader.php @@ -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 {