mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
Remove debugging.
This commit is contained in:
@@ -230,7 +230,6 @@ class Smarty_Compiler extends Smarty {
|
|||||||
return $this->_compile_insert_tag($tag_args);
|
return $this->_compile_insert_tag($tag_args);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
var_dump($tag_command);
|
|
||||||
if (isset($this->compiler_funcs[$tag_command])) {
|
if (isset($this->compiler_funcs[$tag_command])) {
|
||||||
return $this->_compile_compiler_tag($tag_command, $tag_args);
|
return $this->_compile_compiler_tag($tag_command, $tag_args);
|
||||||
} else if (isset($this->custom_funcs[$tag_command])) {
|
} else if (isset($this->custom_funcs[$tag_command])) {
|
||||||
|
@@ -230,7 +230,6 @@ class Smarty_Compiler extends Smarty {
|
|||||||
return $this->_compile_insert_tag($tag_args);
|
return $this->_compile_insert_tag($tag_args);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
var_dump($tag_command);
|
|
||||||
if (isset($this->compiler_funcs[$tag_command])) {
|
if (isset($this->compiler_funcs[$tag_command])) {
|
||||||
return $this->_compile_compiler_tag($tag_command, $tag_args);
|
return $this->_compile_compiler_tag($tag_command, $tag_args);
|
||||||
} else if (isset($this->custom_funcs[$tag_command])) {
|
} else if (isset($this->custom_funcs[$tag_command])) {
|
||||||
|
Reference in New Issue
Block a user