Skip to content

Commit

Permalink
Delete 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 9adbec7 commit c8db379
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ private void patchOnBehalfOfConfig(final OnBehalfOfConfig oboConfig) {
final String patchBody = "[{ \"op\": \"replace\", \"path\": \"/config/dynamic/on_behalf_of\", \"value\":"
+ configBuilder.toString()
+ "}]";
System.err.println("&&& Patch Body: \n" + patchBody);
final var response = adminClient.patch("_plugins/_security/api/securityconfig", patchBody);
response.assertStatusCode(HttpStatus.SC_OK);
} catch (final IOException ex) {
Expand Down

0 comments on commit c8db379

Please sign in to comment.