Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd committed Oct 19, 2023
1 parent 9a16e71 commit 4a9d81e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public class FeatureFlags {
* Gates the functionality of telemetry framework.
*/
public static final String TELEMETRY = "opensearch.experimental.feature.telemetry.enabled";

/**
* Should store the settings from opensearch.yml.
*/
Expand Down Expand Up @@ -111,5 +110,4 @@ public static boolean isEnabled(Setting<Boolean> featureFlag) {
false,
Property.NodeScope
);

}

0 comments on commit 4a9d81e

Please sign in to comment.