Remove error debug
This commit is contained in:
parent
bea563dab9
commit
dcf22f34bb
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue