diff --git a/classes/Autoload.php b/classes/Autoload.php index 9075d57ad..bb0f6d1d0 100644 --- a/classes/Autoload.php +++ b/classes/Autoload.php @@ -77,8 +77,6 @@ class Autoload */ public function load($classname) { - // echo("Please load $classname.
"); - // regenerate the class index if the requested class is not found in the index or if the requested file doesn't exists if (!isset($this->index[$classname]) || ($this->index[$classname] && !file_exists($this->root_dir.$this->index[$classname]))) $this->generateIndex();