From 6c177ab3b16353792e09db91fad13cff9470dba1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 10 Jan 2013 16:07:46 -0600 Subject: [PATCH] turn off profile by default. --- application/config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/database.php b/application/config/database.php index 8a47dc0b7b4..a2d58036546 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -14,7 +14,7 @@ | */ - 'profile' => true, + 'profile' => false, /* |--------------------------------------------------------------------------