Skip to content

Commit

Permalink
Removed debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Jan 9, 2024
1 parent 597d845 commit 9d360cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kinetica/gpudb.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func NewWithOptions(ctx context.Context, url string, options *KineticaOptions) *
tracer := otel.GetTracerProvider().Tracer("kinetica-golang-api")
client.DisableWarn = true

fmt.Println("Local Kinetica API")
if options.ByPassSslCertCheck {
client.SetTLSClientConfig(&tls.Config{InsecureSkipVerify: true})
}
Expand Down

0 comments on commit 9d360cc

Please sign in to comment.