Remove spurious Println

batch-wip
Jack Christensen 2017-05-19 15:52:18 -05:00
parent 3080d0ee4d
commit 4f31904904
1 changed files with 0 additions and 1 deletions

View File

@ -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
}