Skip to content

Commit

Permalink
Remove other debug logging statement
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied committed Oct 31, 2023
1 parent c8db379 commit b2b4a72
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public void onConfigModelChanged(final ConfigModel configModel) {
public void onDynamicConfigModelChanged(final DynamicConfigModel dcm) {
final Settings oboSettings = dcm.getDynamicOnBehalfOfSettings();
final Boolean enabled = oboSettings.getAsBoolean("enabled", false);
logger.warn("Detected change in the dynamic configuration, enabled=" + enabled);
if (enabled) {
jwtVendor = createJwtVendor(oboSettings);
} else {
Expand Down

0 comments on commit b2b4a72

Please sign in to comment.