From 8586af33a2466e8812bc07080c213bec86ab76c1 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 19 Dec 2009 13:31:50 -0500 Subject: [PATCH] Removing debug = 3 docs. --- app/config/core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/core.php b/app/config/core.php index cb07243cd..903c0205a 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -29,7 +29,6 @@ * Development Mode: * 1: Errors and warnings shown, model caches refreshed, flash messages halted. * 2: As in 1, but also with full debug messages and SQL output. - * 3: As in 2, but also with full controller dump. * * In production mode, flash messages redirect after a time interval. * In development mode, you need to click the flash message to continue.