Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvipise committed Oct 2, 2024
1 parent 6879ae0 commit 0b005dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0b005dd

Please sign in to comment.