From cccdd42735091561f5acdd6238a4bbbdce1b2de4 Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Tue, 13 Sep 2011 13:59:44 +0000 Subject: [PATCH] // debug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8539 b9a71923-0436-4b27-9f14-aed3839534dd --- 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();