diff --git a/base.php b/base.php index c1b0212f..e23ac1b8 100644 --- a/base.php +++ b/base.php @@ -2783,8 +2783,6 @@ protected function sandbox(array $hive=NULL,$mime=NULL) { * @param $ttl int **/ function render($file,$mime='text/html',array $hive=NULL,$ttl=0) { - var_dump($this->fw); - die; $fw=$this->fw; $cache=Cache::instance(); foreach ($fw->split($fw->UI) as $dir) {