Skip to content

Commit 2db679e

Browse files
committed
remove debug logging
1 parent 7bb82fe commit 2db679e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Opserver.Core/Data/Elastic/ElasticCluster.KnownNodes.cs

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public ElasticNode(string hostAndPort, ElasticSettings.Cluster clusterSettings)
3636
Url = uri.ToString();
3737
Host = uri.Host;
3838
Port = uri.Port;
39-
new OpserverConfigException($"Inside Uri.TryCreate: {Url}, {Host}, {Port}").Log();
4039
return;
4140
}
4241

0 commit comments

Comments
 (0)