Skip to content

Commit 48490b8

Browse files
committed
Jet Example Application
------------ * The profiler will be enabled again by default in the development environment.
1 parent 62ebc88 commit 48490b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/config/Jet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
if( SysConf_Jet_Debug::getDevelMode() ) {
2222
//Dev configuration
23-
SysConf_Jet_Debug::setProfilerEnabled( false );
23+
SysConf_Jet_Debug::setProfilerEnabled( true );
2424

2525
SysConf_Jet_PackageCreator_CSS::setEnabled( false );
2626
SysConf_Jet_PackageCreator_JavaScript::setEnabled( false );

0 commit comments

Comments
 (0)