mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-08 16:34:29 -04:00
Remove log message
This commit is contained in:
parent
eea1d0e486
commit
850de4d371
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ func (d Driver) Open(dsn string) (c driver.Conn, err error) {
|
|||
c, err = d.Driver.Open(dsn)
|
||||
if err == nil {
|
||||
// No error. Return immediately.
|
||||
fmt.Println("Returning connection")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue