Remove debugging.

This commit is contained in:
andrey
2001-04-24 18:03:23 +00:00
parent 0ba52c65f0
commit 5ce1716f6b
2 changed files with 0 additions and 2 deletions

View File

@@ -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])) {

View File

@@ -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])) {