Skip to content

Commit

Permalink
Update FeatureToggles.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogagliardi committed Jun 20, 2024
1 parent f0b3823 commit c4ce34a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class FeatureToggles : IFeatureToggles
public FeatureToggles(string sdkKey, string environmentName)
{
var config = LaunchDarkly.Sdk.Server.Configuration.Builder(sdkKey).Build();

_context = Context.Builder(LdUser).Name(environmentName).Build();
_ldClient = new LdClient(config);
}
Expand Down

0 comments on commit c4ce34a

Please sign in to comment.