Skip to content

Commit

Permalink
remove enabling debug mode on client
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Aug 5, 2020
1 parent 462199a commit d474514
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ private void UpdateClient()
{
settings = new ConnectionConfiguration(connectionPool);
}
settings = settings.EnableDebugMode();
var lowlevelClient = new ElasticLowLevelClient(settings);

_ = Interlocked.Exchange(ref _lowLevelClient, lowlevelClient);
Expand Down

0 comments on commit d474514

Please sign in to comment.