From 5ce1716f6bff56acceba52635e7fba556e5df276 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 24 Apr 2001 18:03:23 +0000 Subject: [PATCH] Remove debugging. --- Smarty_Compiler.class.php | 1 - libs/Smarty_Compiler.class.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Smarty_Compiler.class.php b/Smarty_Compiler.class.php index da33ab7c..cdf4de19 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -230,7 +230,6 @@ class Smarty_Compiler extends Smarty { return $this->_compile_insert_tag($tag_args); default: - var_dump($tag_command); if (isset($this->compiler_funcs[$tag_command])) { return $this->_compile_compiler_tag($tag_command, $tag_args); } else if (isset($this->custom_funcs[$tag_command])) { diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index da33ab7c..cdf4de19 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -230,7 +230,6 @@ class Smarty_Compiler extends Smarty { return $this->_compile_insert_tag($tag_args); default: - var_dump($tag_command); if (isset($this->compiler_funcs[$tag_command])) { return $this->_compile_compiler_tag($tag_command, $tag_args); } else if (isset($this->custom_funcs[$tag_command])) {