mirror of https://github.com/jackc/pgx.git
Remove debugging Println
parent
d0a6921d12
commit
cc414269c1
|
@ -255,8 +255,6 @@ func (c *Conn) queryPreparedContext(ctx context.Context, name string, argsV []dr
|
|||
return nil, err
|
||||
}
|
||||
|
||||
fmt.Println("ere")
|
||||
|
||||
return &Rows{rows: rows}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue