From dcf22f34bb66eae4d88e83c2518dac29d6ebef58 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 15 Aug 2013 14:00:11 +0200 Subject: [PATCH] Remove error debug --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d9460ab3..a95fcbb4 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ TODO : date_default_timezone_set('UTC'); error_reporting(0); -ini_set('display_errors','1'); error_reporting(E_ALL); // For debugging only. +//ini_set('display_errors','1'); error_reporting(E_ALL); // For debugging only. try{ require_once __DIR__ . '/lib/RssBridge.php';