mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Remove debugs
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user