Skip to content

Commit

Permalink
取消视图日志
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Nov 6, 2019
1 parent 90803b7 commit edce0ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Think.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ public function fetch(string $template, array $data = []): void
throw new TemplateNotFoundException('template not exists:' . $template, $template);
}

// 记录视图信息
$this->app['log']
->record('[ VIEW ] ' . $template . ' [ ' . var_export(array_keys($data), true) . ' ]');

$this->template->fetch($template, $data);
}

Expand Down

0 comments on commit edce0ae

Please sign in to comment.