2
0

Remove debug prints

This commit is contained in:
Jack Christensen
2013-03-30 21:21:56 -05:00
parent efa94833e4
commit 9fb925d55e
-2
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()