Remove spurious Println
This commit is contained in:
@@ -344,7 +344,6 @@ func (c *Conn) queryPreparedContext(ctx context.Context, name string, argsV []dr
|
|||||||
|
|
||||||
rows, err := c.conn.QueryEx(ctx, name, nil, args...)
|
rows, err := c.conn.QueryEx(ctx, name, nil, args...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user