2
0

Remove spurious Println

This commit is contained in:
Jack Christensen
2017-05-19 15:52:18 -05:00
parent 3080d0ee4d
commit 4f31904904
-1
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
}