Skip to content

Commit

Permalink
remove system.out
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Apr 27, 2023
1 parent 7f9e1f8 commit e6d1b74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ private SystemIndexDescriptor fleetEnrollmentApiKeysSystemIndexDescriptor() {
private SystemIndexDescriptor fleetSecretsSystemIndexDescriptor() {
PutIndexTemplateRequest request = new PutIndexTemplateRequest();
request.source(loadTemplateSource("/fleet-secrets.json"), XContentType.JSON);
System.out.println(request.mappings());
return SystemIndexDescriptor.builder()
.setType(Type.EXTERNAL_MANAGED)
.setAllowedElasticProductOrigins(ALLOWED_PRODUCTS)
Expand Down

0 comments on commit e6d1b74

Please sign in to comment.