From eb6864f94275dfca9f2c591420b5c21c77ce9f47 Mon Sep 17 00:00:00 2001 From: botanic Date: Sun, 7 Sep 2014 23:57:31 -0700 Subject: [PATCH] remove testing errorlog --- .../ams/smarty/libs/sysplugins/smarty_internal_templatebase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/web/private_php/ams/smarty/libs/sysplugins/smarty_internal_templatebase.php b/code/web/private_php/ams/smarty/libs/sysplugins/smarty_internal_templatebase.php index 22a59d52d..abd48b799 100644 --- a/code/web/private_php/ams/smarty/libs/sysplugins/smarty_internal_templatebase.php +++ b/code/web/private_php/ams/smarty/libs/sysplugins/smarty_internal_templatebase.php @@ -283,9 +283,7 @@ abstract class Smarty_Internal_TemplateBase extends Smarty_Internal_Data { if (isset($_template->_capture_stack[0][0])) { $_template->capture_error(); } - error_log("test1"); array_shift($_template->_capture_stack); - error_log("test2"); $_output = ob_get_clean(); } catch (Exception $e) { ob_get_clean();