Skip to content

Commit

Permalink
Cleanup unused logger.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed Sep 5, 2022
1 parent a0ab4d7 commit d07446e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

package org.opensearch.indices.replication.common;

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.apache.lucene.index.IndexCommit;
import org.apache.lucene.index.SegmentInfos;
import org.apache.lucene.store.ByteBuffersDataOutput;
Expand Down Expand Up @@ -41,7 +39,6 @@ public class CopyState extends AbstractRefCounted {
private final byte[] infosBytes;
private GatedCloseable<IndexCommit> commitRef;
private final IndexShard shard;
public static final Logger logger = LogManager.getLogger(CopyState.class);

public CopyState(ReplicationCheckpoint requestedReplicationCheckpoint, IndexShard shard) throws IOException {
super("CopyState-" + shard.shardId());
Expand Down

0 comments on commit d07446e

Please sign in to comment.