Browse Source

remove rogue println from conn

Chris Bannister 9 years ago
parent
commit
733b8bc264
1 changed files with 0 additions and 1 deletions
  1. 0 1
      conn.go

+ 0 - 1
conn.go

@@ -509,7 +509,6 @@ func (c *Conn) exec(req frameWriter, tracer Tracer) (*framer, error) {
 	// TODO: move tracer onto conn
 	stream, ok := c.streams.GetStream()
 	if !ok {
-		fmt.Println(c.streams)
 		return nil, ErrNoStreams
 	}