Skip to content

Commit c793aef

Browse files
committed
preparing for merge
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent e7bfd7b commit c793aef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

collector/collector.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ func (e *Exporter) connect() error {
347347

348348
var P godror.ConnectionParams
349349
P.Username, P.Password, P.ConnectString = e.user, godror.NewPassword(e.password), e.connectString
350-
//P.ConnClass = "POOLED"
351350

352351
level.Debug(e.logger).Log("msg", "connection properties: "+fmt.Sprint(P))
353352

0 commit comments

Comments
 (0)