From 03f43a02ca666a829d5ae6aecf424cc934ba1345 Mon Sep 17 00:00:00 2001 From: ikkez Date: Thu, 19 Apr 2018 19:19:50 +0200 Subject: [PATCH] remove debug output --- base.php | 2 -- 1 file changed, 2 deletions(-) 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) {