Skip to content

Commit

Permalink
Remove deprecation logger
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
derek-ho committed Oct 3, 2024
1 parent fc499c9 commit 7f39b07
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@

import org.opensearch.cluster.service.ClusterService;
import org.opensearch.common.inject.Inject;
import org.opensearch.common.logging.DeprecationLogger;
import org.opensearch.core.action.ActionListener;
import org.opensearch.rest.RestRequest;
import org.opensearch.rest.RestRequest.Method;
@@ -37,8 +36,6 @@ public class FlushCacheApiAction extends AbstractApiAction {

private final static Logger LOGGER = LogManager.getLogger(FlushCacheApiAction.class);

private static final DeprecationLogger deprecationLogger = DeprecationLogger.getLogger(FlushCacheApiAction.class);

private static final List<Route> routes = addRoutesPrefix(
ImmutableList.of(
new Route(Method.DELETE, "/cache"),

0 comments on commit 7f39b07

Please sign in to comment.