Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Apr 19, 2018
1 parent 6341e9b commit 03f43a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 03f43a0

Please sign in to comment.