Browse Source

Remove line left from debugging session.

Gary Burd 11 years ago
parent
commit
07c882cb0b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      redis/pool.go

+ 0 - 1
redis/pool.go

@@ -299,7 +299,6 @@ func (c *pooledConnection) Close() (err error) {
 			sentinelOnce.Do(initSentinel)
 			c.c.Send("ECHO", sentinel)
 			c.c.Flush()
-			//for i := 0; i < 10; i++ {
 			for {
 				p, err := c.c.Receive()
 				if err != nil {