We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff9df7 commit 2eb2be6Copy full SHA for 2eb2be6
ModuleConfig.cfc
@@ -167,9 +167,7 @@ component {
167
wirebox.getInstance( "debuggerService@cbDebugger" ).setDebugMode( variables.settings.debugMode );
168
169
// Only activate interceptions and collectors if master switch is on or in test mode disable it
170
- if (
171
- variables.settings.enabled
172
- ) {
+ if ( variables.settings.enabled ) {
173
/******************** REQUEST COLLECTOR ************************************/
174
175
controller
0 commit comments