Skip to content

Commit c69f872

Browse files
committed
Do not comment out unused code. Source control it
1 parent 67b795a commit c69f872

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unit/TestSslEndpoint.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public void TestHostWithPort() {
6868
ConnectionFactory cf = new ConnectionFactory();
6969

7070
cf.Parameters.Ssl.ServerName = System.Net.Dns.GetHostName();
71-
// cf.Parameters.Ssl.CertPath = "/etc/rabbitmq/clientcert.cer";
7271
cf.Parameters.Ssl.Enabled = true;
7372

7473
IProtocol proto = Protocols.DefaultProtocol;

0 commit comments

Comments
 (0)