From 32c8339492d58c12160c5e1bbdf2a5e5c6c74187 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 15 May 2024 08:45:01 -0700 Subject: [PATCH] Some fixes per Wisskid in the PR --- libs/Smarty.class.php | 4 ---- 1 file changed, 4 deletions(-) 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