remove logger to Tpex

This commit is contained in:
Manuel Raynaud
2013-03-04 09:20:38 +01:00
parent 0b9e3c7ad8
commit 1fb04635b5
4 changed files with 2 additions and 6 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ log/*
bin/*
local/session/*
coverage
.idea

View File

@@ -150,7 +150,6 @@ class Parser implements ParserInterface
$content = $this->openFile($this->getRequest());
$this->tpex->init($this->container->get("request"), $this->container->get("dispatcher"), $content, THELIA_TEMPLATE_DIR . rtrim($this->template, "/") . "/");
$this->tpex->setLogger(Tlog::getInstance());
$this->tpex->configure(
array(),
array(),

View File

@@ -1,7 +1,3 @@
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>