diff --git a/app/Bootstrap.php b/app/Bootstrap.php index 7077c4d..dacd79f 100644 --- a/app/Bootstrap.php +++ b/app/Bootstrap.php @@ -20,7 +20,6 @@ Class Autoloader { foreach ($files as $key => $file) { if (strtolower($file->getFilename()) === strtolower($filename) && $file->isReadable()) { - echo $file->getPathname(); include_once $file->getPathname(); break;