浏览代码

Remove line left from debugging session.

Gary Burd 11 年之前
父节点
当前提交
07c882cb0b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {