From a78b3149fe1eb0463f7984f54618fda050af709e Mon Sep 17 00:00:00 2001 From: fhenry Date: Sun, 12 May 2013 17:15:45 +0200 Subject: [PATCH] Remove debug lines --- htdocs/societe/note.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htdocs/societe/note.php b/htdocs/societe/note.php index 8fbd6c6187f..372177c0c89 100644 --- a/htdocs/societe/note.php +++ b/htdocs/societe/note.php @@ -25,10 +25,6 @@ * \ingroup societe */ -error_reporting(E_ALL); -ini_set('display_errors', true); -ini_set('html_errors', false); - require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';