Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwanz committed Mar 3, 2025
1 parent 7bb82fe commit 2db679e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public ElasticNode(string hostAndPort, ElasticSettings.Cluster clusterSettings)
Url = uri.ToString();
Host = uri.Host;
Port = uri.Port;
new OpserverConfigException($"Inside Uri.TryCreate: {Url}, {Host}, {Port}").Log();
return;
}

Expand Down

0 comments on commit 2db679e

Please sign in to comment.