From: Brian Wolff Date: Wed, 15 Mar 2017 04:53:39 +0000 (+0000) Subject: rv accidental inclusion of debug code in TemplateParser X-Git-Tag: 1.31.0-rc.0~3805^2 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=69f3f4a9233bef7804480deb843be4a580e9ed06;p=lhc%2Fweb%2Fwiklou.git rv accidental inclusion of debug code in TemplateParser Follow up 73e08353fb96f5cbd93c6a7004d91c3d0845b446 Change-Id: I59bcff4334be61977a617a4a8726ae90165530e7 --- diff --git a/includes/TemplateParser.php b/includes/TemplateParser.php index f581a80fbb..924c347aa5 100644 --- a/includes/TemplateParser.php +++ b/includes/TemplateParser.php @@ -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" );