mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-26 09:06:19 +00:00
remove testing errorlog
This commit is contained in:
parent
4ff51bf600
commit
ab06a6ce08
1 changed files with 0 additions and 2 deletions
|
@ -283,9 +283,7 @@ abstract class Smarty_Internal_TemplateBase extends Smarty_Internal_Data {
|
||||||
if (isset($_template->_capture_stack[0][0])) {
|
if (isset($_template->_capture_stack[0][0])) {
|
||||||
$_template->capture_error();
|
$_template->capture_error();
|
||||||
}
|
}
|
||||||
error_log("test1");
|
|
||||||
array_shift($_template->_capture_stack);
|
array_shift($_template->_capture_stack);
|
||||||
error_log("test2");
|
|
||||||
$_output = ob_get_clean();
|
$_output = ob_get_clean();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
ob_get_clean();
|
ob_get_clean();
|
||||||
|
|
Loading…
Reference in a new issue