diff --git a/core/lib/Thelia/Core/Thelia.php b/core/lib/Thelia/Core/Thelia.php index a6f4102ac..15076211f 100644 --- a/core/lib/Thelia/Core/Thelia.php +++ b/core/lib/Thelia/Core/Thelia.php @@ -63,9 +63,6 @@ class Thelia extends Kernel public function init() { parent::init(); - if ($this->debug) { - ini_set('display_errors', 1); - } $this->initPropel(); }