Skip to content

Commit 4440412

Browse files
committed
turn off profiler by default.
1 parent 9a90d30 commit 4440412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/config/application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
|
5555
*/
5656

57-
'profiler' => true,
57+
'profiler' => false,
5858

5959
/*
6060
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)