Skip to content

Commit

Permalink
Update debug.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 23, 2024
1 parent 0f1ca54 commit 17fe907
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom/bad-cfconfig/debug.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
}
}
// importing a property with an empty array or struct should override/remove the default config altogether
if ( len( expect_empty_config ) ) {
_logger( "" );
_logger( "expect_empty_config: #expect_empty_config#" )
Expand All @@ -167,12 +168,8 @@
_logger( "ERROR: cfconfig property [#prop#] should be empty [#cfconfig[ prop ].toJson()# ]", true);
}
}
_logger( cfconfig );
}
if ( structKeyExists( logs, "err.log" ) && len( logs["err.log"] ?: "" ) ) {
_logger( logs[ "err.log" ] , true);
}
Expand Down

0 comments on commit 17fe907

Please sign in to comment.