From c77ebd6c40d809d429466574f987428b44b0025b Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 12 Feb 2015 11:41:58 +0000 Subject: [PATCH] Getting rid of debug code --- public/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/index.php b/public/index.php index 94191794..4d68e76b 100644 --- a/public/index.php +++ b/public/index.php @@ -9,9 +9,6 @@ session_start(); -error_reporting(E_ALL); -ini_set('display_errors', 'on'); - require_once('../bootstrap.php'); $fc = new PHPCI\Application($config, new b8\Http\Request());