From 0b005dd19bc3624ef8fbfa813b0be61696c24937 Mon Sep 17 00:00:00 2001 From: tanvipise Date: Wed, 2 Oct 2024 14:39:56 -0400 Subject: [PATCH] Comment cleanup --- connection.go | 1 - 1 file changed, 1 deletion(-) diff --git a/connection.go b/connection.go index 0514ef3..931bc15 100644 --- a/connection.go +++ b/connection.go @@ -259,7 +259,6 @@ func newConnection(connString string) (*connection, error) { // Read SSL/TLS flag. sslFlag := strings.ToLower(result.connURL.Query().Get("tlsmode")) if sslFlag == "" { - // Set default to tlsModePrefer sslFlag = tlsModeNone }