Skip to content

Commit dbe80a0

Browse files
remove debug logs
1 parent ba0d56f commit dbe80a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authz/interceptor/FailureStoreRequestInterceptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ void disableFeatures(
3232
Map<String, IndicesAccessControl.IndexAccessControl> indicesAccessControlByIndex,
3333
ActionListener<Void> listener
3434
) {
35-
System.out.println("FailureStoreRequestInterceptor: " + indicesAccessControlByIndex);
3635
if (indicesAccessControlByIndex.entrySet()
3736
.stream()
3837
.anyMatch(iac -> hasFailureStoreSelectorSuffix(iac.getKey()) && hasDlsFlsPermissions(iac.getValue()))) {

0 commit comments

Comments
 (0)