diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index c5d9caa1..459fe2cf 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -37,10 +37,6 @@ spl_autoload_register(function ($class) { // If the file exists, require it if (file_exists($file)) { - //print "
Class $class maps to $file
\n"; - require_once($file); } }); - -// vim: tabstop=4 shiftwidth=4 noexpandtab autoindent softtabstop=4