Remove debug prints

pgx-vs-pq
Jack Christensen 2013-03-30 21:21:56 -05:00
parent efa94833e4
commit 9fb925d55e
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ func Connect(options map[string]string) (c *conn, err error) {
var response interface{}
response, err = c.rxMsg()
fmt.Println(err)
fmt.Println(response)
for {
response, err = c.rxMsg()