Skip to content

Commit b6635d0

Browse files
committed
No logging needed
1 parent 7abcb0a commit b6635d0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

x-pack/plugin/core/src/main/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
requires unboundid.ldapsdk;
2323
requires org.elasticsearch.tdigest;
2424
requires org.elasticsearch.xcore.templates;
25-
requires org.elasticsearch.logging;
2625

2726
exports org.elasticsearch.index.engine.frozen;
2827
exports org.elasticsearch.license;

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/permission/IndicesPermission.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
import org.elasticsearch.core.Nullable;
2626
import org.elasticsearch.core.Tuple;
2727
import org.elasticsearch.index.Index;
28-
import org.elasticsearch.logging.LogManager;
29-
import org.elasticsearch.logging.Logger;
3028
import org.elasticsearch.xpack.core.security.authz.RestrictedIndices;
3129
import org.elasticsearch.xpack.core.security.authz.accesscontrol.IndicesAccessControl;
3230
import org.elasticsearch.xpack.core.security.authz.privilege.IndexPrivilege;
@@ -57,7 +55,6 @@
5755
public final class IndicesPermission {
5856

5957
private static final DeprecationLogger deprecationLogger = DeprecationLogger.getLogger(IndicesPermission.class);
60-
private static final Logger logger = LogManager.getLogger(IndicesPermission.class);
6158

6259
public static final IndicesPermission NONE = new IndicesPermission(new RestrictedIndices(Automatons.EMPTY), Group.EMPTY_ARRAY);
6360

0 commit comments

Comments
 (0)