Skip to content

Commit 844460c

Browse files
committed
removing logging/debug statements
1 parent 1bdd9f5 commit 844460c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MustacheHelper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ function render( $element, $values = array() ) {
4848
try {
4949
// get the template text. Also recursively loads all partials
5050
$template = $this->_loadTemplate( $element );
51-
$this->log(am($this->_View->viewVars, $values));
52-
Debugger::getType($this->_View);
51+
5352
// Instantiate Mustache, with all data passed in.
5453
$M = new Mustache( $template, am($this->_View->viewVars, $values), $this->partials );
5554

0 commit comments

Comments
 (0)