objectcache: Complete coverage for newAnything()
[lhc/web/wiklou.git] / includes / TemplateParser.php
index f581a80..924c347 100644 (file)
@@ -121,8 +121,6 @@ class TemplateParser {
                        $code = $this->compileForEval( $fileContents, $filename );
                }
 
-               echo "About to eval:\n";
-               echo $code;
                $renderer = eval( $code );
                if ( !is_callable( $renderer ) ) {
                        throw new RuntimeException( "Requested template, {$templateName}, is not callable" );