From 9c71a3567ffc3fc0384d4b21b4b894cb47d190e8 Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Tue, 13 Sep 2011 13:59:44 +0000 Subject: [PATCH] // debug --- classes/Autoload.php | 2 -- 1 file changed, 2 deletions(-) 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();