mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 05:41:37 +01:00
Remove debug message.
This commit is contained in:
@@ -271,8 +271,6 @@ class Smarty
|
||||
|
||||
function _process_file($filepath)
|
||||
{
|
||||
var_dump($filepath);
|
||||
|
||||
if(preg_match("/^(.+)\/([^\/]+)$/", $filepath, $match)) {
|
||||
$tpl_file_dir = $match[1];
|
||||
$tpl_file_name = $match[2] . ".php";
|
||||
|
||||
Reference in New Issue
Block a user