diff --git a/examples/Elastic.Ephemeral.Example/Program.cs b/examples/Elastic.Ephemeral.Example/Program.cs index 5038d85..f5c8fb1 100644 --- a/examples/Elastic.Ephemeral.Example/Program.cs +++ b/examples/Elastic.Ephemeral.Example/Program.cs @@ -11,7 +11,6 @@ using HttpMethod = Elastic.Transport.HttpMethod; -//var config = new EphemeralClusterConfiguration("8.15.0", XPack | Security | SSL); var config = new EphemeralClusterConfiguration("8.15.0"); using var cluster = new EphemeralCluster(config);