Remove debugs

This commit is contained in:
bzick
2013-08-22 10:35:43 +04:00
parent cad8d27ffe
commit 0139593d45
2 changed files with 3 additions and 4 deletions

View File

@ -199,7 +199,6 @@ class Render extends \ArrayObject
public function getMacro($name)
{
if(empty($this->_macros[$name])) {
var_dump($this->_macros[$name]); exit;
throw new RuntimeException('macro not found');
}
return $this->_macros[$name];