Skip to content

Commit

Permalink
turn off profile by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 10, 2013
1 parent 53b9446 commit 6c177ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
|
*/

'profile' => true,
'profile' => false,

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 6c177ab

Please sign in to comment.