Getting rid of debug code

This commit is contained in:
Dan Cryer 2015-02-12 11:41:58 +00:00
parent f6719781e4
commit c77ebd6c40

View file

@ -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());