remove permanent error-log

This commit is contained in:
Ralf Becker 2014-01-27 13:07:50 +00:00
parent 22d6fc05ee
commit 2e9b753292

View File

@ -319,7 +319,6 @@ class etemplate_old extends boetemplate
$html .= '</script>'; $html .= '</script>';
} }
error_log("OUTPUT MODE: $output_mode");
if (!$this->sitemgr && (int) $output_mode != 1 && (int) $output_mode != -1) // NOT returning html if (!$this->sitemgr && (int) $output_mode != 1 && (int) $output_mode != -1) // NOT returning html
{ {
if (!@self::$hooked) if (!@self::$hooked)