Skip to content

Commit b1b4d16

Browse files
committed
reverted test mode, it does make sense to debug and collect in test mode.
1 parent 73e179e commit b1b4d16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,7 @@ component {
168168

169169
// Only activate interceptions and collectors if master switch is on or in test mode disable it
170170
if (
171-
variables.settings.enabled && !findNoCase(
172-
"MockController",
173-
getMetadata( controller ).name
174-
)
171+
variables.settings.enabled
175172
) {
176173
/******************** REQUEST COLLECTOR ************************************/
177174

0 commit comments

Comments
 (0)