Remove debug

This commit is contained in:
bzick 2015-01-08 15:57:53 +03:00
parent d096a80395
commit 7ac11fb3cc
1 changed files with 0 additions and 2 deletions

View File

@ -978,8 +978,6 @@ class Fenom
/* @var Fenom\Render $_tpl */
if (!($this->_options & self::AUTO_RELOAD) || ($this->_options & self::AUTO_RELOAD) && $_tpl->isValid()) {
dumpt("loaded");
return $_tpl;
}
}