Browse Source

turn off profiler by default.

Taylor Otwell 12 years ago
parent
commit
4440412f57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/config/application.php

+ 1 - 1
application/config/application.php

@@ -54,7 +54,7 @@ return array(
 	|
 	*/
 
-	'profiler' => true,
+	'profiler' => false,
 
 	/*
 	|--------------------------------------------------------------------------