Browse Source

remove debug panic

Chris Bannister 10 years ago
parent
commit
90ee44e8eb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      conn.go

+ 0 - 1
conn.go

@@ -518,7 +518,6 @@ func (c *Conn) executeQuery(qry *Query) *Iter {
 			return c.executeQuery(qry)
 			return c.executeQuery(qry)
 		}
 		}
 		stmtsLRU.Unlock()
 		stmtsLRU.Unlock()
-		panic(x)
 		return &Iter{err: x}
 		return &Iter{err: x}
 	case error:
 	case error:
 		return &Iter{err: x}
 		return &Iter{err: x}