mirror of https://github.com/jackc/pgx.git
Remove spurious Println
parent
3080d0ee4d
commit
4f31904904
|
@ -344,7 +344,6 @@ func (c *Conn) queryPreparedContext(ctx context.Context, name string, argsV []dr
|
|||
|
||||
rows, err := c.conn.QueryEx(ctx, name, nil, args...)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue